pub struct DeclInfoKey(/* private fields */);
Implementations§
Source§impl DeclInfoKey
impl DeclInfoKey
Trait Implementations§
Source§impl Clone for DeclInfoKey
impl Clone for DeclInfoKey
Source§fn clone(&self) -> DeclInfoKey
fn clone(&self) -> DeclInfoKey
Returns a copy 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 DeclInfoKey
impl Debug for DeclInfoKey
Source§impl Default for DeclInfoKey
impl Default for DeclInfoKey
Source§fn default() -> DeclInfoKey
fn default() -> DeclInfoKey
Returns the “default value” for a type. Read more
Source§impl From<usize> for DeclInfoKey
impl From<usize> for DeclInfoKey
Source§impl Hash for DeclInfoKey
impl Hash for DeclInfoKey
Source§impl Ord for DeclInfoKey
impl Ord for DeclInfoKey
Source§fn cmp(&self, other: &DeclInfoKey) -> Ordering
fn cmp(&self, other: &DeclInfoKey) -> 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 DeclInfoKey
impl PartialEq for DeclInfoKey
Source§impl PartialOrd for DeclInfoKey
impl PartialOrd for DeclInfoKey
Source§impl PiggyVecKey for DeclInfoKey
impl PiggyVecKey for DeclInfoKey
impl Copy for DeclInfoKey
impl Eq for DeclInfoKey
impl StructuralPartialEq for DeclInfoKey
Auto Trait Implementations§
impl Freeze for DeclInfoKey
impl RefUnwindSafe for DeclInfoKey
impl Send for DeclInfoKey
impl Sync for DeclInfoKey
impl Unpin for DeclInfoKey
impl UnwindSafe for DeclInfoKey
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