pub struct Command<RES>(/* private fields */);
Trait Implementations§
Source§impl<RES: DeserializeOwned> From<Command<RES>> for RawCommand
impl<RES: DeserializeOwned> From<Command<RES>> for RawCommand
Auto Trait Implementations§
impl<RES> Freeze for Command<RES>
impl<RES> RefUnwindSafe for Command<RES>where
RES: RefUnwindSafe,
impl<RES> Send for Command<RES>where
RES: Send,
impl<RES> Sync for Command<RES>where
RES: Sync,
impl<RES> Unpin for Command<RES>where
RES: Unpin,
impl<RES> UnwindSafe for Command<RES>where
RES: UnwindSafe,
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