pub struct MachineCommand {
pub mode: String,
}
Fields§
§mode: String
Implementations§
Trait Implementations§
Source§impl Debug for MachineCommand
impl Debug for MachineCommand
Auto Trait Implementations§
impl Freeze for MachineCommand
impl RefUnwindSafe for MachineCommand
impl Send for MachineCommand
impl Sync for MachineCommand
impl Unpin for MachineCommand
impl UnwindSafe for MachineCommand
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