pub struct CommandFailed {
pub command: String,
pub stdout: String,
pub stderr: String,
}Fields§
§command: String§stdout: String§stderr: StringTrait Implementations§
Source§impl Debug for CommandFailed
impl Debug for CommandFailed
Source§impl From<CommandFailed> for InstallError
impl From<CommandFailed> for InstallError
Source§fn from(err: CommandFailed) -> InstallError
fn from(err: CommandFailed) -> InstallError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CommandFailed
impl RefUnwindSafe for CommandFailed
impl Send for CommandFailed
impl Sync for CommandFailed
impl Unpin for CommandFailed
impl UnwindSafe for CommandFailed
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