pub enum ServiceFilter {
Id(String),
Label(String),
ReplicatedMode,
GlobalMode,
Name(String),
}
Available on crate feature
swarm
only.Expand description
Filter Opts for services listings
Variants§
Trait Implementations§
Source§impl Filter for ServiceFilter
impl Filter for ServiceFilter
fn query_item(&self) -> FilterItem
Auto Trait Implementations§
impl Freeze for ServiceFilter
impl RefUnwindSafe for ServiceFilter
impl Send for ServiceFilter
impl Sync for ServiceFilter
impl Unpin for ServiceFilter
impl UnwindSafe for ServiceFilter
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