pub enum EventPayload {
LogSinkRequested(LogSinkRequestedPayload),
InspectSinkRequested(InspectSinkRequestedPayload),
}
Expand description
The contents of the event depending on the type of event.
Variants§
LogSinkRequested(LogSinkRequestedPayload)
InspectSinkRequested(InspectSinkRequestedPayload)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventPayload
impl !RefUnwindSafe for EventPayload
impl Send for EventPayload
impl Sync for EventPayload
impl Unpin for EventPayload
impl !UnwindSafe for EventPayload
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