Struct rust_utils::utils::CommandOutput
source · [−]Expand description
Data returned by utils::run_command()
This has the command’s ouput, status code, and whether it was successful or not
Fields
output: String
success: bool
code: u32
Auto Trait Implementations
impl RefUnwindSafe for CommandOutput
impl Send for CommandOutput
impl Sync for CommandOutput
impl Unpin for CommandOutput
impl UnwindSafe for CommandOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more