pub struct ExpertRecordId(pub u64);Expand description
Dense 64-bit expert-record id (analogue of group::GroupId).
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for ExpertRecordId
impl Clone for ExpertRecordId
Source§fn clone(&self) -> ExpertRecordId
fn clone(&self) -> ExpertRecordId
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 ExpertRecordId
impl Debug for ExpertRecordId
Source§impl Hash for ExpertRecordId
impl Hash for ExpertRecordId
Source§impl Ord for ExpertRecordId
impl Ord for ExpertRecordId
Source§fn cmp(&self, other: &ExpertRecordId) -> Ordering
fn cmp(&self, other: &ExpertRecordId) -> 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 ExpertRecordId
impl PartialEq for ExpertRecordId
Source§impl PartialOrd for ExpertRecordId
impl PartialOrd for ExpertRecordId
impl Copy for ExpertRecordId
impl Eq for ExpertRecordId
impl StructuralPartialEq for ExpertRecordId
Auto Trait Implementations§
impl Freeze for ExpertRecordId
impl RefUnwindSafe for ExpertRecordId
impl Send for ExpertRecordId
impl Sync for ExpertRecordId
impl Unpin for ExpertRecordId
impl UnwindSafe for ExpertRecordId
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.