pub struct StringRefHash;Implementations§
Source§impl StringRefHash
impl StringRefHash
pub fn operator_call(&self, v: &StringRef) -> usize
Trait Implementations§
Source§impl Clone for StringRefHash
impl Clone for StringRefHash
Source§fn clone(&self) -> StringRefHash
fn clone(&self) -> StringRefHash
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 StringRefHash
Source§impl Debug for StringRefHash
impl Debug for StringRefHash
Source§impl Default for StringRefHash
impl Default for StringRefHash
Source§fn default() -> StringRefHash
fn default() -> StringRefHash
Returns the “default value” for a type. Read more
impl Eq for StringRefHash
Source§impl Hash for StringRefHash
impl Hash for StringRefHash
Source§impl PartialEq for StringRefHash
impl PartialEq for StringRefHash
Source§fn eq(&self, other: &StringRefHash) -> bool
fn eq(&self, other: &StringRefHash) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StringRefHash
Auto Trait Implementations§
impl Freeze for StringRefHash
impl RefUnwindSafe for StringRefHash
impl Send for StringRefHash
impl Sync for StringRefHash
impl Unpin for StringRefHash
impl UnsafeUnpin for StringRefHash
impl UnwindSafe for StringRefHash
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