Struct docker_api::opts::ContainerListOptsBuilder
source · [−]pub struct ContainerListOptsBuilder { /* private fields */ }
Expand description
A builder struct for ContainerListOpts.
Implementations
sourceimpl ContainerListOptsBuilder
impl ContainerListOptsBuilder
sourcepub fn build(self) -> ContainerListOpts
pub fn build(self) -> ContainerListOpts
Finish building ContainerListOpts.
sourceimpl ContainerListOptsBuilder
impl ContainerListOptsBuilder
Trait Implementations
sourceimpl Clone for ContainerListOptsBuilder
impl Clone for ContainerListOptsBuilder
sourcefn clone(&self) -> ContainerListOptsBuilder
fn clone(&self) -> ContainerListOptsBuilder
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ContainerListOptsBuilder
impl Debug for ContainerListOptsBuilder
sourceimpl Default for ContainerListOptsBuilder
impl Default for ContainerListOptsBuilder
sourcefn default() -> ContainerListOptsBuilder
fn default() -> ContainerListOptsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContainerListOptsBuilder
impl Send for ContainerListOptsBuilder
impl Sync for ContainerListOptsBuilder
impl Unpin for ContainerListOptsBuilder
impl UnwindSafe for ContainerListOptsBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more