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