pub struct ProfileDisplayName(/* private fields */);Expand description
A bounded, visible profile name preserved exactly as entered.
Implementations§
Trait Implementations§
Source§impl Clone for ProfileDisplayName
impl Clone for ProfileDisplayName
Source§impl Debug for ProfileDisplayName
impl Debug for ProfileDisplayName
Source§impl<'de> Deserialize<'de> for ProfileDisplayName
impl<'de> Deserialize<'de> for ProfileDisplayName
Source§fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ProfileDisplayName
impl Display for ProfileDisplayName
impl Eq for ProfileDisplayName
Source§impl FromStr for ProfileDisplayName
impl FromStr for ProfileDisplayName
Source§impl Hash for ProfileDisplayName
impl Hash for ProfileDisplayName
Source§impl Ord for ProfileDisplayName
impl Ord for ProfileDisplayName
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ProfileDisplayName
impl PartialEq for ProfileDisplayName
Source§impl PartialOrd for ProfileDisplayName
impl PartialOrd for ProfileDisplayName
Source§impl Serialize for ProfileDisplayName
impl Serialize for ProfileDisplayName
impl StructuralPartialEq for ProfileDisplayName
Auto Trait Implementations§
impl Freeze for ProfileDisplayName
impl RefUnwindSafe for ProfileDisplayName
impl Send for ProfileDisplayName
impl Sync for ProfileDisplayName
impl Unpin for ProfileDisplayName
impl UnsafeUnpin for ProfileDisplayName
impl UnwindSafe for ProfileDisplayName
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