pub struct EventMatch {
pub session_id: String,
pub event_index: usize,
pub turn_index: usize,
pub step_index: usize,
pub event_type: EventType,
pub preview: String,
pub timestamp: DateTime<Utc>,
}Fields§
§session_id: String§event_index: usize§turn_index: usize§step_index: usize§event_type: EventType§preview: String§timestamp: DateTime<Utc>Implementations§
Source§impl EventMatch
impl EventMatch
Trait Implementations§
Source§impl Debug for EventMatch
impl Debug for EventMatch
Auto Trait Implementations§
impl Freeze for EventMatch
impl RefUnwindSafe for EventMatch
impl Send for EventMatch
impl Sync for EventMatch
impl Unpin for EventMatch
impl UnwindSafe for EventMatch
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