pub struct ContainerListOpts { /* private fields */ }
Implementations§
Source§impl ContainerListOpts
impl ContainerListOpts
Sourcepub fn builder() -> ContainerListOptsBuilder
pub fn builder() -> ContainerListOptsBuilder
Returns a new instance of a builder for ContainerListOpts.
Trait Implementations§
Source§impl Clone for ContainerListOpts
impl Clone for ContainerListOpts
Source§fn clone(&self) -> ContainerListOpts
fn clone(&self) -> ContainerListOpts
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 ContainerListOpts
impl Debug for ContainerListOpts
Source§impl Default for ContainerListOpts
impl Default for ContainerListOpts
Source§fn default() -> ContainerListOpts
fn default() -> ContainerListOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerListOpts
impl RefUnwindSafe for ContainerListOpts
impl Send for ContainerListOpts
impl Sync for ContainerListOpts
impl Unpin for ContainerListOpts
impl UnwindSafe for ContainerListOpts
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