pub struct DictionaryID(/* private fields */);Implementations§
Source§impl DictionaryID
impl DictionaryID
Trait 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 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 for DictionaryID
impl PartialEq for DictionaryID
Source§impl PartialOrd for DictionaryID
impl PartialOrd 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