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