pub struct CommandOutputState { /* private fields */ }Trait Implementations§
Source§impl Default for CommandOutputState
impl Default for CommandOutputState
Source§fn default() -> CommandOutputState
fn default() -> CommandOutputState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommandOutputState
impl RefUnwindSafe for CommandOutputState
impl Send for CommandOutputState
impl Sync for CommandOutputState
impl Unpin for CommandOutputState
impl UnwindSafe for CommandOutputState
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