pub struct ProfileEntryId(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for ProfileEntryId
impl Clone for ProfileEntryId
Source§fn clone(&self) -> ProfileEntryId
fn clone(&self) -> ProfileEntryId
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 ProfileEntryId
impl Debug for ProfileEntryId
Source§impl<'de> Deserialize<'de> for ProfileEntryId
impl<'de> Deserialize<'de> for ProfileEntryId
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
Source§impl Display for ProfileEntryId
impl Display for ProfileEntryId
impl Eq for ProfileEntryId
Source§impl Hash for ProfileEntryId
impl Hash for ProfileEntryId
Source§impl Ord for ProfileEntryId
impl Ord for ProfileEntryId
Source§fn cmp(&self, other: &ProfileEntryId) -> Ordering
fn cmp(&self, other: &ProfileEntryId) -> 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 ProfileEntryId
impl PartialEq for ProfileEntryId
Source§impl PartialOrd for ProfileEntryId
impl PartialOrd for ProfileEntryId
Source§impl Serialize for ProfileEntryId
impl Serialize for ProfileEntryId
impl StructuralPartialEq for ProfileEntryId
Auto Trait Implementations§
impl Freeze for ProfileEntryId
impl RefUnwindSafe for ProfileEntryId
impl Send for ProfileEntryId
impl Sync for ProfileEntryId
impl Unpin for ProfileEntryId
impl UnsafeUnpin for ProfileEntryId
impl UnwindSafe for ProfileEntryId
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