Struct docker_api::opts::ServiceListOptsBuilder
source · [−]pub struct ServiceListOptsBuilder { /* private fields */ }
Available on crate feature
swarm
only.Expand description
A builder struct for ServiceListOpts.
Implementations
sourceimpl ServiceListOptsBuilder
impl ServiceListOptsBuilder
sourcepub fn build(self) -> ServiceListOpts
pub fn build(self) -> ServiceListOpts
Finish building ServiceListOpts.
sourceimpl ServiceListOptsBuilder
impl ServiceListOptsBuilder
pub fn filter(self, filters: impl IntoIterator<Item = ServiceFilter>) -> Self
Trait Implementations
sourceimpl Clone for ServiceListOptsBuilder
impl Clone for ServiceListOptsBuilder
sourcefn clone(&self) -> ServiceListOptsBuilder
fn clone(&self) -> ServiceListOptsBuilder
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 ServiceListOptsBuilder
impl Debug for ServiceListOptsBuilder
sourceimpl Default for ServiceListOptsBuilder
impl Default for ServiceListOptsBuilder
sourcefn default() -> ServiceListOptsBuilder
fn default() -> ServiceListOptsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ServiceListOptsBuilder
impl Send for ServiceListOptsBuilder
impl Sync for ServiceListOptsBuilder
impl Unpin for ServiceListOptsBuilder
impl UnwindSafe for ServiceListOptsBuilder
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