pub struct AssistantPreviewEvent {
pub event_type: AssistantPreviewEventType,
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 data: AssistantPreviewData,
}Fields§
§event_type: AssistantPreviewEventType§surface_id: String§thread_id: String§request_id: String§base_snapshot_version: u64§offset: u64§occurred_at: String§data: AssistantPreviewDataTrait Implementations§
Source§impl Clone for AssistantPreviewEvent
impl Clone for AssistantPreviewEvent
Source§fn clone(&self) -> AssistantPreviewEvent
fn clone(&self) -> AssistantPreviewEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AssistantPreviewEvent
impl Debug for AssistantPreviewEvent
Source§impl<'de> Deserialize<'de> for AssistantPreviewEvent
impl<'de> Deserialize<'de> for AssistantPreviewEvent
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 Eq for AssistantPreviewEvent
Source§impl PartialEq for AssistantPreviewEvent
impl PartialEq for AssistantPreviewEvent
Source§impl Serialize for AssistantPreviewEvent
impl Serialize for AssistantPreviewEvent
impl StructuralPartialEq for AssistantPreviewEvent
Auto Trait Implementations§
impl Freeze for AssistantPreviewEvent
impl RefUnwindSafe for AssistantPreviewEvent
impl Send for AssistantPreviewEvent
impl Sync for AssistantPreviewEvent
impl Unpin for AssistantPreviewEvent
impl UnsafeUnpin for AssistantPreviewEvent
impl UnwindSafe for AssistantPreviewEvent
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