pub struct EventRecord {
pub after_box_id: u64,
pub event_index: u64,
pub connected_box_id: u64,
pub handler: String,
pub data: Value,
}Fields§
§after_box_id: u64§event_index: u64§connected_box_id: u64§handler: String§data: ValueImplementations§
Trait Implementations§
Source§impl Clone for EventRecord
impl Clone for EventRecord
Source§impl Debug for EventRecord
impl Debug for EventRecord
impl Eq for EventRecord
Source§impl PartialEq for EventRecord
impl PartialEq for EventRecord
impl StructuralPartialEq for EventRecord
Auto Trait Implementations§
impl Freeze for EventRecord
impl RefUnwindSafe for EventRecord
impl Send for EventRecord
impl Sync for EventRecord
impl Unpin for EventRecord
impl UnsafeUnpin for EventRecord
impl UnwindSafe for EventRecord
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