pub struct CmdSpec<'a, U> { /* private fields */ }Expand description
Command specification.
Implementations§
Auto Trait Implementations§
impl<'a, U> Freeze for CmdSpec<'a, U>
impl<'a, U> RefUnwindSafe for CmdSpec<'a, U>
impl<'a, U> Send for CmdSpec<'a, U>
impl<'a, U> Sync for CmdSpec<'a, U>
impl<'a, U> Unpin for CmdSpec<'a, U>
impl<'a, U> UnwindSafe for CmdSpec<'a, U>
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