Struct clap_nested::MultiCommand
source · pub struct MultiCommand<'a, S: ?Sized, T: ?Sized> { /* private fields */ }
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