pub struct MtCommand { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MtCommand
impl RefUnwindSafe for MtCommand
impl Send for MtCommand
impl Sync for MtCommand
impl Unpin for MtCommand
impl UnwindSafe for MtCommand
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