pub struct MultiCommand<'a, S: ?Sized, T: ?Sized> { /* private fields */ }
Expand description
The result of converting a Commander
into a higher-order command
Implementations§
Source§impl<'a, S: ?Sized, T: ?Sized> MultiCommand<'a, S, T>
impl<'a, S: ?Sized, T: ?Sized> MultiCommand<'a, S, T>
pub fn description(self, desc: impl Into<&'a str>) -> Self
Auto Trait Implementations§
impl<'a, S, T> Freeze for MultiCommand<'a, S, T>
impl<'a, S, T> !RefUnwindSafe for MultiCommand<'a, S, T>
impl<'a, S, T> !Send for MultiCommand<'a, S, T>
impl<'a, S, T> !Sync for MultiCommand<'a, S, T>
impl<'a, S, T> Unpin for MultiCommand<'a, S, T>
impl<'a, S, T> !UnwindSafe for MultiCommand<'a, S, T>
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