pub struct HashFactory {
pub hash_type: u64,
}
Fields§
§hash_type: u64
Trait Implementations§
Source§impl Clone for HashFactory
impl Clone for HashFactory
Source§fn clone(&self) -> HashFactory
fn clone(&self) -> HashFactory
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 HashFactory
impl Debug for HashFactory
Source§impl<'de> Deserialize<'de> for HashFactory
impl<'de> Deserialize<'de> for HashFactory
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 HashFactory
impl PartialEq for HashFactory
Source§impl Serialize for HashFactory
impl Serialize for HashFactory
impl StructuralPartialEq for HashFactory
Auto Trait Implementations§
impl Freeze for HashFactory
impl RefUnwindSafe for HashFactory
impl Send for HashFactory
impl Sync for HashFactory
impl Unpin for HashFactory
impl UnwindSafe for HashFactory
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