pub struct betting {}
Implementations§
Source§impl betting
impl betting
pub fn get() -> BettingInstrument
pub fn default() -> BettingInstrument
Auto Trait Implementations§
impl Freeze for betting
impl RefUnwindSafe for betting
impl Send for betting
impl Sync for betting
impl Unpin for betting
impl UnwindSafe for betting
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more