pub struct SonicBot { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SonicBot
impl !RefUnwindSafe for SonicBot
impl Send for SonicBot
impl Sync for SonicBot
impl Unpin for SonicBot
impl !UnwindSafe for SonicBot
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