pub struct EventMeta {
pub op: OpType,
pub origin_id: String,
pub query_id: String,
pub key: String,
pub hash: String,
pub cycle_id: u64,
pub timestamp: DateTime<Utc>,
}Fields§
§op: OpType§origin_id: String§query_id: String§key: String§hash: String§cycle_id: u64§timestamp: DateTime<Utc>Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventMeta
impl<'de> Deserialize<'de> for EventMeta
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 EventMeta
Auto Trait Implementations§
impl Freeze for EventMeta
impl RefUnwindSafe for EventMeta
impl Send for EventMeta
impl Sync for EventMeta
impl Unpin for EventMeta
impl UnsafeUnpin for EventMeta
impl UnwindSafe for EventMeta
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