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