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