#[repr(transparent)]pub struct DictionaryId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for DictionaryId
impl Clone for DictionaryId
Source§fn clone(&self) -> DictionaryId
fn clone(&self) -> DictionaryId
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 DictionaryId
impl Debug for DictionaryId
Source§impl Deref for DictionaryId
impl Deref for DictionaryId
Source§impl<'de> Deserialize<'de> for DictionaryId
impl<'de> Deserialize<'de> for DictionaryId
Source§fn deserialize<D>(deserializer: D) -> Result<DictionaryId, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<DictionaryId, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for DictionaryId
impl Display for DictionaryId
Source§impl From<DictionaryId> for SourceId
impl From<DictionaryId> for SourceId
Source§fn from(id: DictionaryId) -> Self
fn from(id: DictionaryId) -> Self
Converts to this type from the input type.
Source§impl From<DictionaryId> for u64
impl From<DictionaryId> for u64
Source§fn from(value: DictionaryId) -> Self
fn from(value: DictionaryId) -> Self
Converts to this type from the input type.
Source§impl From<i32> for DictionaryId
impl From<i32> for DictionaryId
Source§impl From<u64> for DictionaryId
impl From<u64> for DictionaryId
Source§impl Hash for DictionaryId
impl Hash for DictionaryId
Source§impl Ord for DictionaryId
impl Ord for DictionaryId
Source§fn cmp(&self, other: &DictionaryId) -> Ordering
fn cmp(&self, other: &DictionaryId) -> 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<DictionaryId> for SourceId
impl PartialEq<DictionaryId> for SourceId
Source§impl PartialEq<u64> for DictionaryId
impl PartialEq<u64> for DictionaryId
Source§impl PartialEq for DictionaryId
impl PartialEq for DictionaryId
Source§impl PartialOrd for DictionaryId
impl PartialOrd for DictionaryId
Source§impl Serialize for DictionaryId
impl Serialize for DictionaryId
impl Copy for DictionaryId
impl Eq for DictionaryId
impl StructuralPartialEq for DictionaryId
Auto Trait Implementations§
impl Freeze for DictionaryId
impl RefUnwindSafe for DictionaryId
impl Send for DictionaryId
impl Sync for DictionaryId
impl Unpin for DictionaryId
impl UnwindSafe for DictionaryId
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.