pub enum ServiceFilter {
Id(String),
Label(String),
ReplicatedMode,
GlobalMode,
Name(String),
}
Expand description
Filter options for services listings
Variants§
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