pub struct ValidatedEvent {
pub header: ValidatedEventHeader,
pub payload: EventPayload,
}
Fields§
§header: ValidatedEventHeader
Information about the component for which this event was generated.
payload: EventPayload
Trait Implementations§
Source§impl Debug for ValidatedEvent
impl Debug for ValidatedEvent
Source§impl From<ValidatedEvent> for Event
impl From<ValidatedEvent> for Event
Source§fn from(src: ValidatedEvent) -> Event
fn from(src: ValidatedEvent) -> Event
Converts to this type from the input type.
Auto 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