pub struct ValidatedEvent {
pub event: Event,
pub validated_at: StateTime,
}Expand description
Validated event - passed all checks
Fields§
§event: Event§validated_at: StateTimeImplementations§
Trait Implementations§
Source§impl Clone for ValidatedEvent
impl Clone for ValidatedEvent
Source§fn clone(&self) -> ValidatedEvent
fn clone(&self) -> ValidatedEvent
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 moreAuto Trait Implementations§
impl Freeze for ValidatedEvent
impl RefUnwindSafe for ValidatedEvent
impl Send for ValidatedEvent
impl Sync for ValidatedEvent
impl Unpin for ValidatedEvent
impl UnwindSafe for ValidatedEvent
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