pub struct ContainerListOptions {
pub all: Option<bool>,
pub filters: Option<ContainerListFiltersOptions>,
pub limit: Option<i64>,
pub namespace: Option<bool>,
pub pod: Option<bool>,
pub size: Option<bool>,
pub sync: Option<bool>,
}
Fields§
§all: Option<bool>
§filters: Option<ContainerListFiltersOptions>
§limit: Option<i64>
§namespace: Option<bool>
§pod: Option<bool>
§size: Option<bool>
§sync: Option<bool>
Trait Implementations§
Source§impl Default for ContainerListOptions
impl Default for ContainerListOptions
Source§fn default() -> ContainerListOptions
fn default() -> ContainerListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerListOptions
impl RefUnwindSafe for ContainerListOptions
impl Send for ContainerListOptions
impl Sync for ContainerListOptions
impl Unpin for ContainerListOptions
impl UnwindSafe for ContainerListOptions
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