pub struct EventChain { /* private fields */ }Expand description
Incrementally computed hash chain over a session’s OCSF events.
Implementations§
Trait Implementations§
Source§impl Clone for EventChain
impl Clone for EventChain
Source§fn clone(&self) -> EventChain
fn clone(&self) -> EventChain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EventChain
impl RefUnwindSafe for EventChain
impl Send for EventChain
impl Sync for EventChain
impl Unpin for EventChain
impl UnsafeUnpin for EventChain
impl UnwindSafe for EventChain
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