pub struct SupportProfileId(/* private fields */);Expand description
Stable identity of one support profile.
Implementations§
Trait Implementations§
Source§impl Clone for SupportProfileId
impl Clone for SupportProfileId
Source§fn clone(&self) -> SupportProfileId
fn clone(&self) -> SupportProfileId
Returns a duplicate of the value. Read more
1.0.0 · 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 SupportProfileId
impl Debug for SupportProfileId
Source§impl Ord for SupportProfileId
impl Ord for SupportProfileId
Source§fn cmp(&self, other: &SupportProfileId) -> Ordering
fn cmp(&self, other: &SupportProfileId) -> Ordering
1.21.0 · 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 SupportProfileId
impl PartialEq for SupportProfileId
Source§impl PartialOrd for SupportProfileId
impl PartialOrd for SupportProfileId
Source§impl Serialize for SupportProfileId
impl Serialize for SupportProfileId
impl Copy for SupportProfileId
impl Eq for SupportProfileId
impl StructuralPartialEq for SupportProfileId
Auto Trait Implementations§
impl Freeze for SupportProfileId
impl RefUnwindSafe for SupportProfileId
impl Send for SupportProfileId
impl Sync for SupportProfileId
impl Unpin for SupportProfileId
impl UnwindSafe for SupportProfileId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.