pub struct RandomBot;Trait Implementations§
impl Copy for RandomBot
impl StructuralPartialEq for RandomBot
Auto Trait Implementations§
impl Freeze for RandomBot
impl RefUnwindSafe for RandomBot
impl Send for RandomBot
impl Sync for RandomBot
impl Unpin for RandomBot
impl UnwindSafe for RandomBot
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