pub struct DebugEventLogData {
pub time: i64,
pub msg_id: MsgId,
pub event: EventType,
}
Expand description
Store all information needed to log an event to a webxdc.
Fields§
§time: i64
§msg_id: MsgId
§event: EventType
Auto Trait Implementations§
impl Freeze for DebugEventLogData
impl RefUnwindSafe for DebugEventLogData
impl Send for DebugEventLogData
impl Sync for DebugEventLogData
impl Unpin for DebugEventLogData
impl UnwindSafe for DebugEventLogData
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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