pub struct IdentifierHash;Implementations§
Source§impl IdentifierHash
impl IdentifierHash
pub fn identifier_hash_operator_call(ident: &Identifier) -> usize
Trait Implementations§
Source§impl Clone for IdentifierHash
impl Clone for IdentifierHash
Source§fn clone(&self) -> IdentifierHash
fn clone(&self) -> IdentifierHash
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IdentifierHash
Source§impl Debug for IdentifierHash
impl Debug for IdentifierHash
Source§impl Default for IdentifierHash
impl Default for IdentifierHash
Source§fn default() -> IdentifierHash
fn default() -> IdentifierHash
Returns the “default value” for a type. Read more
Source§impl DenseHasher<Identifier> for IdentifierHash
impl DenseHasher<Identifier> for IdentifierHash
fn hash(&self, key: &Identifier) -> usize
impl Eq for IdentifierHash
Source§impl Hash for IdentifierHash
impl Hash for IdentifierHash
Source§impl PartialEq for IdentifierHash
impl PartialEq for IdentifierHash
Source§fn eq(&self, other: &IdentifierHash) -> bool
fn eq(&self, other: &IdentifierHash) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IdentifierHash
Auto Trait Implementations§
impl Freeze for IdentifierHash
impl RefUnwindSafe for IdentifierHash
impl Send for IdentifierHash
impl Sync for IdentifierHash
impl Unpin for IdentifierHash
impl UnsafeUnpin for IdentifierHash
impl UnwindSafe for IdentifierHash
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