pub struct Dhash {
pub hash: u64,
}
Fields§
§hash: u64
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Dhash
impl<'de> Deserialize<'de> for Dhash
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
impl Copy for Dhash
Auto Trait Implementations§
impl Freeze for Dhash
impl RefUnwindSafe for Dhash
impl Send for Dhash
impl Sync for Dhash
impl Unpin for Dhash
impl UnwindSafe for Dhash
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