pub struct CommandHandler<T, C>{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, C> Freeze for CommandHandler<T, C>
impl<T, C> !RefUnwindSafe for CommandHandler<T, C>
impl<T, C> Send for CommandHandler<T, C>
impl<T, C> Sync for CommandHandler<T, C>
impl<T, C> Unpin for CommandHandler<T, C>
impl<T, C> !UnwindSafe for CommandHandler<T, C>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more