pub struct LiveEvent {
pub surface_id: String,
pub thread_id: String,
pub request_id: String,
pub base_snapshot_version: u64,
pub offset: u64,
pub occurred_at: String,
pub event_type: String,
pub data: Value,
}Fields§
§surface_id: String§thread_id: String§request_id: String§base_snapshot_version: u64§offset: u64§occurred_at: String§event_type: String§data: ValueTrait Implementations§
Source§impl<'de> Deserialize<'de> for LiveEvent
impl<'de> Deserialize<'de> for LiveEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for LiveEvent
Auto Trait Implementations§
impl Freeze for LiveEvent
impl RefUnwindSafe for LiveEvent
impl Send for LiveEvent
impl Sync for LiveEvent
impl Unpin for LiveEvent
impl UnsafeUnpin for LiveEvent
impl UnwindSafe for LiveEvent
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