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