Struct bollard::container::InspectContainerOptions
source · pub struct InspectContainerOptions {
pub size: bool,
}
Expand description
Parameters used in the Inspect Container API
§Examples
use bollard::container::InspectContainerOptions;
InspectContainerOptions{
size: false,
};
Fields§
§size: bool
Return the size of container as fields SizeRw
and SizeRootFs
Trait Implementations§
source§impl Clone for InspectContainerOptions
impl Clone for InspectContainerOptions
source§fn clone(&self) -> InspectContainerOptions
fn clone(&self) -> InspectContainerOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InspectContainerOptions
impl Debug for InspectContainerOptions
source§impl Default for InspectContainerOptions
impl Default for InspectContainerOptions
source§fn default() -> InspectContainerOptions
fn default() -> InspectContainerOptions
Returns the “default value” for a type. Read more
source§impl PartialEq for InspectContainerOptions
impl PartialEq for InspectContainerOptions
source§impl Serialize for InspectContainerOptions
impl Serialize for InspectContainerOptions
impl Copy for InspectContainerOptions
impl StructuralPartialEq for InspectContainerOptions
Auto Trait Implementations§
impl Freeze for InspectContainerOptions
impl RefUnwindSafe for InspectContainerOptions
impl Send for InspectContainerOptions
impl Sync for InspectContainerOptions
impl Unpin for InspectContainerOptions
impl UnwindSafe for InspectContainerOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)