pub enum HashWithData {
B3sum {
data: RpsData,
hash: B3Hash,
key: B3Key,
},
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HashWithData
impl Clone for HashWithData
Source§fn clone(&self) -> HashWithData
fn clone(&self) -> HashWithData
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 HashWithData
impl Debug for HashWithData
Source§impl<'de> Deserialize<'de> for HashWithData
impl<'de> Deserialize<'de> for HashWithData
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 HashWithData
impl PartialEq for HashWithData
Source§impl Serialize for HashWithData
impl Serialize for HashWithData
impl Copy for HashWithData
impl Eq for HashWithData
impl StructuralPartialEq for HashWithData
Auto Trait Implementations§
impl Freeze for HashWithData
impl RefUnwindSafe for HashWithData
impl Send for HashWithData
impl Sync for HashWithData
impl Unpin for HashWithData
impl UnwindSafe for HashWithData
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