Enum docker_api::opts::ServiceFilter
source · [−]Available on crate feature
swarm
only.Expand description
Filter Opts for services listings
Variants
Id(String)
Label(String)
ReplicatedMode
GlobalMode
Name(String)
Trait Implementations
sourceimpl Filter for ServiceFilter
impl Filter for ServiceFilter
fn query_item(&self) -> FilterItem
Auto Trait Implementations
impl RefUnwindSafe for ServiceFilter
impl Send for ServiceFilter
impl Sync for ServiceFilter
impl Unpin for ServiceFilter
impl UnwindSafe for ServiceFilter
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