pub struct ClientName(/* private fields */);Trait Implementations§
Source§impl AsRef<Pattern<ClientNamePatternKind>> for ClientName
impl AsRef<Pattern<ClientNamePatternKind>> for ClientName
Source§fn as_ref(&self) -> &ClientNamePattern
fn as_ref(&self) -> &ClientNamePattern
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ClientName
impl Clone for ClientName
Source§fn clone(&self) -> ClientName
fn clone(&self) -> ClientName
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 moreSource§impl Debug for ClientName
impl Debug for ClientName
Source§impl Display for ClientName
impl Display for ClientName
impl Eq for ClientName
Source§impl From<ClientName> for ClientNamePattern
impl From<ClientName> for ClientNamePattern
Source§fn from(value: ClientName) -> Self
fn from(value: ClientName) -> Self
Converts to this type from the input type.
Source§impl From<Pattern<ClientNamePatternKind>> for ClientName
impl From<Pattern<ClientNamePatternKind>> for ClientName
Source§fn from(value: ClientNamePattern) -> Self
fn from(value: ClientNamePattern) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ClientName
impl PartialEq for ClientName
Source§fn eq(&self, other: &ClientName) -> bool
fn eq(&self, other: &ClientName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientName
Auto Trait Implementations§
impl Freeze for ClientName
impl RefUnwindSafe for ClientName
impl Send for ClientName
impl Sync for ClientName
impl Unpin for ClientName
impl UnsafeUnpin for ClientName
impl UnwindSafe for ClientName
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