pub struct AiConversationEntityCardWidgetArgs {
pub type: Option<AiConversationEntityCardWidgetArgsType>,
pub id: Option<String>,
pub note: Option<String>,
pub action: Option<AiConversationEntityCardWidgetArgsAction>,
}Fields§
§type: Option<AiConversationEntityCardWidgetArgsType>Internal The entity type
id: Option<String>The UUID of the entity to display
note: Option<String>@deprecated Optional note to display about the entity
action: Option<AiConversationEntityCardWidgetArgsAction>The action performed on the entity (leave empty if just found)
Trait Implementations§
Source§impl Clone for AiConversationEntityCardWidgetArgs
impl Clone for AiConversationEntityCardWidgetArgs
Source§fn clone(&self) -> AiConversationEntityCardWidgetArgs
fn clone(&self) -> AiConversationEntityCardWidgetArgs
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 Default for AiConversationEntityCardWidgetArgs
impl Default for AiConversationEntityCardWidgetArgs
Source§fn default() -> AiConversationEntityCardWidgetArgs
fn default() -> AiConversationEntityCardWidgetArgs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AiConversationEntityCardWidgetArgs
impl<'de> Deserialize<'de> for AiConversationEntityCardWidgetArgs
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
Auto Trait Implementations§
impl Freeze for AiConversationEntityCardWidgetArgs
impl RefUnwindSafe for AiConversationEntityCardWidgetArgs
impl Send for AiConversationEntityCardWidgetArgs
impl Sync for AiConversationEntityCardWidgetArgs
impl Unpin for AiConversationEntityCardWidgetArgs
impl UnsafeUnpin for AiConversationEntityCardWidgetArgs
impl UnwindSafe for AiConversationEntityCardWidgetArgs
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