pub struct ContainerInspectLibpod {
pub size: Option<bool>,
}
Available on crate feature
v5
only.Fields§
§size: Option<bool>
display filesystem usage
Trait Implementations§
Source§impl Debug for ContainerInspectLibpod
impl Debug for ContainerInspectLibpod
Source§impl Default for ContainerInspectLibpod
impl Default for ContainerInspectLibpod
Source§fn default() -> ContainerInspectLibpod
fn default() -> ContainerInspectLibpod
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerInspectLibpod
impl RefUnwindSafe for ContainerInspectLibpod
impl Send for ContainerInspectLibpod
impl Sync for ContainerInspectLibpod
impl Unpin for ContainerInspectLibpod
impl UnwindSafe for ContainerInspectLibpod
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