pub struct MassMapHashConfig {
pub name: String,
pub parameters: Value,
}Expand description
Configuration for the hash function used in a massmap.
Fields§
§name: StringName of hash function used.
parameters: ValueParameters for the hash function.
Trait Implementations§
Source§impl Clone for MassMapHashConfig
impl Clone for MassMapHashConfig
Source§fn clone(&self) -> MassMapHashConfig
fn clone(&self) -> MassMapHashConfig
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 MassMapHashConfig
impl Debug for MassMapHashConfig
Source§impl Default for MassMapHashConfig
impl Default for MassMapHashConfig
Source§impl<'de> Deserialize<'de> for MassMapHashConfig
impl<'de> Deserialize<'de> for MassMapHashConfig
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 MassMapHashConfig
impl PartialEq for MassMapHashConfig
Source§impl Serialize for MassMapHashConfig
impl Serialize for MassMapHashConfig
impl Eq for MassMapHashConfig
impl StructuralPartialEq for MassMapHashConfig
Auto Trait Implementations§
impl Freeze for MassMapHashConfig
impl RefUnwindSafe for MassMapHashConfig
impl Send for MassMapHashConfig
impl Sync for MassMapHashConfig
impl Unpin for MassMapHashConfig
impl UnwindSafe for MassMapHashConfig
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