pub enum AssistantPreviewEventType {
AssistantPreview,
}Variants§
AssistantPreview
Trait Implementations§
Source§impl Clone for AssistantPreviewEventType
impl Clone for AssistantPreviewEventType
Source§fn clone(&self) -> AssistantPreviewEventType
fn clone(&self) -> AssistantPreviewEventType
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 moreimpl Copy for AssistantPreviewEventType
Source§impl Debug for AssistantPreviewEventType
impl Debug for AssistantPreviewEventType
Source§impl Default for AssistantPreviewEventType
impl Default for AssistantPreviewEventType
Source§fn default() -> AssistantPreviewEventType
fn default() -> AssistantPreviewEventType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssistantPreviewEventType
impl<'de> Deserialize<'de> for AssistantPreviewEventType
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 AssistantPreviewEventType
impl StructuralPartialEq for AssistantPreviewEventType
Auto Trait Implementations§
impl Freeze for AssistantPreviewEventType
impl RefUnwindSafe for AssistantPreviewEventType
impl Send for AssistantPreviewEventType
impl Sync for AssistantPreviewEventType
impl Unpin for AssistantPreviewEventType
impl UnsafeUnpin for AssistantPreviewEventType
impl UnwindSafe for AssistantPreviewEventType
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