pub struct CommandDispatch<Context> {
pub parser: Parse<Context>,
}
Expand description
Helper struct generated by define_command!
Fields§
§parser: Parse<Context>
Auto Trait Implementations§
impl<Context> Freeze for CommandDispatch<Context>
impl<Context> RefUnwindSafe for CommandDispatch<Context>
impl<Context> Send for CommandDispatch<Context>
impl<Context> Sync for CommandDispatch<Context>
impl<Context> Unpin for CommandDispatch<Context>
impl<Context> UnwindSafe for CommandDispatch<Context>
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