pub struct IdentityName(/* private fields */);Expand description
A valid identity name.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for IdentityName
impl AsRef<str> for IdentityName
Source§impl Clone for IdentityName
impl Clone for IdentityName
Source§fn clone(&self) -> IdentityName
fn clone(&self) -> IdentityName
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 IdentityName
impl Debug for IdentityName
Source§impl Display for IdentityName
impl Display for IdentityName
impl Eq for IdentityName
Source§impl FromStr for IdentityName
impl FromStr for IdentityName
Source§impl Hash for IdentityName
impl Hash for IdentityName
Source§impl Ord for IdentityName
impl Ord for IdentityName
Source§fn cmp(&self, other: &IdentityName) -> Ordering
fn cmp(&self, other: &IdentityName) -> 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 IdentityName
impl PartialEq for IdentityName
Source§fn eq(&self, other: &IdentityName) -> bool
fn eq(&self, other: &IdentityName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IdentityName
impl PartialOrd for IdentityName
impl StructuralPartialEq for IdentityName
Source§impl TryFrom<&str> for IdentityName
impl TryFrom<&str> for IdentityName
Auto Trait Implementations§
impl Freeze for IdentityName
impl RefUnwindSafe for IdentityName
impl Send for IdentityName
impl Sync for IdentityName
impl Unpin for IdentityName
impl UnsafeUnpin for IdentityName
impl UnwindSafe for IdentityName
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