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