pub enum AiConversationWidgetName {
EntityCard,
EntityList,
Unknown,
}Expand description
The name of a widget in an AI conversation.
Variants§
Trait Implementations§
Source§impl Clone for AiConversationWidgetName
impl Clone for AiConversationWidgetName
Source§fn clone(&self) -> AiConversationWidgetName
fn clone(&self) -> AiConversationWidgetName
Returns a duplicate of the value. Read more
1.0.0 · 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 AiConversationWidgetName
impl Debug for AiConversationWidgetName
Source§impl<'de> Deserialize<'de> for AiConversationWidgetName
impl<'de> Deserialize<'de> for AiConversationWidgetName
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
Source§impl PartialEq for AiConversationWidgetName
impl PartialEq for AiConversationWidgetName
Source§impl Serialize for AiConversationWidgetName
impl Serialize for AiConversationWidgetName
impl Eq for AiConversationWidgetName
impl StructuralPartialEq for AiConversationWidgetName
Auto Trait Implementations§
impl Freeze for AiConversationWidgetName
impl RefUnwindSafe for AiConversationWidgetName
impl Send for AiConversationWidgetName
impl Sync for AiConversationWidgetName
impl Unpin for AiConversationWidgetName
impl UnsafeUnpin for AiConversationWidgetName
impl UnwindSafe for AiConversationWidgetName
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