pub struct Cmd {
pub name: &'static str,
pub result: Result<Output, Error>,
pub flags: CheckFlags,
}Fields§
§name: &'static str§result: Result<Output, Error>§flags: CheckFlagsTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Cmd
impl !UnwindSafe for Cmd
impl Freeze for Cmd
impl Send for Cmd
impl Sync for Cmd
impl Unpin for Cmd
impl UnsafeUnpin for Cmd
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