pub struct EventHash(/* private fields */);Expand description
Hash of the event contents.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventHash
impl<'de> Deserialize<'de> for EventHash
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 Ord for EventHash
impl Ord for EventHash
Source§impl PartialOrd for EventHash
impl PartialOrd for EventHash
impl Copy for EventHash
impl Eq for EventHash
impl StructuralPartialEq for EventHash
Auto Trait Implementations§
impl Freeze for EventHash
impl RefUnwindSafe for EventHash
impl Send for EventHash
impl Sync for EventHash
impl Unpin for EventHash
impl UnsafeUnpin for EventHash
impl UnwindSafe for EventHash
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