Enum docker_sdk::service::ServiceFilter
source · Expand description
Filter options for services listings
Variants
Id(String)
Label(String)
ReplicatedMode
GlobalMode
Name(String)
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