pub struct RmResult {
pub removed: Vec<String>,
pub output: CommandOutput,
}
Expand description
Result from the rm command
Fields§
§removed: Vec<String>
List of removed container IDs
output: CommandOutput
Raw command output
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RmResult
impl RefUnwindSafe for RmResult
impl Send for RmResult
impl Sync for RmResult
impl Unpin for RmResult
impl UnwindSafe for RmResult
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