pub struct Msg { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Msg
impl Ord for Msg
Source§impl PartialOrd for Msg
impl PartialOrd for Msg
Source§impl ToCommand for Msg
impl ToCommand for Msg
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for Msg
impl StructuralPartialEq for Msg
Auto Trait Implementations§
impl Freeze for Msg
impl RefUnwindSafe for Msg
impl Send for Msg
impl Sync for Msg
impl Unpin for Msg
impl UnwindSafe for Msg
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