pub enum EventData {
String(String),
Json(Value),
}Expand description
Event data that can be either a string or JSON
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for EventData
Auto Trait Implementations§
impl !RefUnwindSafe for EventData
impl !UnwindSafe for EventData
impl Freeze for EventData
impl Send for EventData
impl Sync for EventData
impl Unpin for EventData
impl UnsafeUnpin for EventData
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