pub enum HashStrategy {
Standard,
Fnv,
AHash,
}Variants§
Trait Implementations§
Source§impl Clone for HashStrategy
impl Clone for HashStrategy
Source§fn clone(&self) -> HashStrategy
fn clone(&self) -> HashStrategy
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 HashStrategy
impl Debug for HashStrategy
Source§impl<'de> Deserialize<'de> for HashStrategy
impl<'de> Deserialize<'de> for HashStrategy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for HashStrategy
impl PartialEq for HashStrategy
Source§impl Serialize for HashStrategy
impl Serialize for HashStrategy
impl StructuralPartialEq for HashStrategy
Auto Trait Implementations§
impl Freeze for HashStrategy
impl RefUnwindSafe for HashStrategy
impl Send for HashStrategy
impl Sync for HashStrategy
impl Unpin for HashStrategy
impl UnwindSafe for HashStrategy
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