pub struct ClientNamePatternKind(/* private fields */);Trait Implementations§
Source§impl AsRef<NormalPatternKind> for ClientNamePatternKind
impl AsRef<NormalPatternKind> for ClientNamePatternKind
Source§fn as_ref(&self) -> &NormalPatternKind
fn as_ref(&self) -> &NormalPatternKind
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ClientNamePatternKind
impl Clone for ClientNamePatternKind
Source§fn clone(&self) -> ClientNamePatternKind
fn clone(&self) -> ClientNamePatternKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClientNamePatternKind
Source§impl Debug for ClientNamePatternKind
impl Debug for ClientNamePatternKind
Source§impl<'de> Deserialize<'de> for ClientNamePatternKind
impl<'de> Deserialize<'de> for ClientNamePatternKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ClientNamePatternKind
Source§impl From<ClientNamePatternKind> for NormalPatternKind
impl From<ClientNamePatternKind> for NormalPatternKind
Source§fn from(value: ClientNamePatternKind) -> Self
fn from(value: ClientNamePatternKind) -> Self
Converts to this type from the input type.
Source§impl From<NormalPatternKind> for ClientNamePatternKind
impl From<NormalPatternKind> for ClientNamePatternKind
Source§fn from(value: NormalPatternKind) -> Self
fn from(value: NormalPatternKind) -> Self
Converts to this type from the input type.
Source§impl Ord for ClientNamePatternKind
impl Ord for ClientNamePatternKind
Source§fn cmp(&self, other: &ClientNamePatternKind) -> Ordering
fn cmp(&self, other: &ClientNamePatternKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ClientNamePatternKind
impl PartialEq for ClientNamePatternKind
Source§fn eq(&self, other: &ClientNamePatternKind) -> bool
fn eq(&self, other: &ClientNamePatternKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ClientNamePatternKind
impl PartialOrd for ClientNamePatternKind
Source§impl Serialize for ClientNamePatternKind
impl Serialize for ClientNamePatternKind
impl StructuralPartialEq for ClientNamePatternKind
Auto Trait Implementations§
impl Freeze for ClientNamePatternKind
impl RefUnwindSafe for ClientNamePatternKind
impl Send for ClientNamePatternKind
impl Sync for ClientNamePatternKind
impl Unpin for ClientNamePatternKind
impl UnsafeUnpin for ClientNamePatternKind
impl UnwindSafe for ClientNamePatternKind
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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