pub enum ServiceNamePat {
Any,
Exact(String),
}Variants§
Trait Implementations§
Source§impl Clone for ServiceNamePat
impl Clone for ServiceNamePat
Source§fn clone(&self) -> ServiceNamePat
fn clone(&self) -> ServiceNamePat
Returns a duplicate 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 ServiceNamePat
impl Debug for ServiceNamePat
Source§impl Hash for ServiceNamePat
impl Hash for ServiceNamePat
Source§impl PartialEq for ServiceNamePat
impl PartialEq for ServiceNamePat
impl Eq for ServiceNamePat
impl StructuralPartialEq for ServiceNamePat
Auto Trait Implementations§
impl Freeze for ServiceNamePat
impl RefUnwindSafe for ServiceNamePat
impl Send for ServiceNamePat
impl Sync for ServiceNamePat
impl Unpin for ServiceNamePat
impl UnwindSafe for ServiceNamePat
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