pub struct ContainerListOptions { /* private fields */ }Expand description
Options for Docker::containers. This uses a “builder” pattern, so
most methods will consume the object and return a new one.
Implementations§
Source§impl ContainerListOptions
impl ContainerListOptions
Trait Implementations§
Source§impl Clone for ContainerListOptions
impl Clone for ContainerListOptions
Source§fn clone(&self) -> ContainerListOptions
fn clone(&self) -> ContainerListOptions
Returns a duplicate 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 ContainerListOptions
impl Debug for ContainerListOptions
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