pub struct Commander { /* private fields */ }
Expand description
Make a Struct commander with prefix and handler(s).
Implementations§
Auto Trait Implementations§
impl Freeze for Commander
impl !RefUnwindSafe for Commander
impl !Send for Commander
impl !Sync for Commander
impl Unpin for Commander
impl !UnwindSafe for Commander
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