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