pub enum LiveConversationEventData {
AssistantPreview(AssistantPreviewData),
RunProgress(RunProgressData),
RunSystemFailed(RunSystemFailedData),
}Variants§
AssistantPreview(AssistantPreviewData)
RunProgress(RunProgressData)
RunSystemFailed(RunSystemFailedData)
Trait Implementations§
Source§impl Clone for LiveConversationEventData
impl Clone for LiveConversationEventData
Source§fn clone(&self) -> LiveConversationEventData
fn clone(&self) -> LiveConversationEventData
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 LiveConversationEventData
impl Debug for LiveConversationEventData
impl Eq for LiveConversationEventData
impl StructuralPartialEq for LiveConversationEventData
Auto Trait Implementations§
impl Freeze for LiveConversationEventData
impl RefUnwindSafe for LiveConversationEventData
impl Send for LiveConversationEventData
impl Sync for LiveConversationEventData
impl Unpin for LiveConversationEventData
impl UnsafeUnpin for LiveConversationEventData
impl UnwindSafe for LiveConversationEventData
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