pub enum AiConversationEntityCardWidgetArgsType {
Show 18 variants
Issue,
Project,
Initiative,
InitiativeUpdate,
ProjectUpdate,
WorkflowDefinition,
Team,
Template,
Customer,
CustomerNeed,
Document,
CustomView,
Dashboard,
PullRequest,
Release,
ReleasePipeline,
AiPrompt,
Unknown,
}Expand description
Internal The entity type
Variants§
Issue
Project
Initiative
InitiativeUpdate
ProjectUpdate
WorkflowDefinition
Team
Template
Customer
CustomerNeed
Document
CustomView
Dashboard
PullRequest
Release
ReleasePipeline
AiPrompt
Unknown
Catch-all for unknown/new variants added by Linear.
Trait Implementations§
Source§impl Clone for AiConversationEntityCardWidgetArgsType
impl Clone for AiConversationEntityCardWidgetArgsType
Source§fn clone(&self) -> AiConversationEntityCardWidgetArgsType
fn clone(&self) -> AiConversationEntityCardWidgetArgsType
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<'de> Deserialize<'de> for AiConversationEntityCardWidgetArgsType
impl<'de> Deserialize<'de> for AiConversationEntityCardWidgetArgsType
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 AiConversationEntityCardWidgetArgsType
impl PartialEq for AiConversationEntityCardWidgetArgsType
Source§fn eq(&self, other: &AiConversationEntityCardWidgetArgsType) -> bool
fn eq(&self, other: &AiConversationEntityCardWidgetArgsType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AiConversationEntityCardWidgetArgsType
impl StructuralPartialEq for AiConversationEntityCardWidgetArgsType
Auto Trait Implementations§
impl Freeze for AiConversationEntityCardWidgetArgsType
impl RefUnwindSafe for AiConversationEntityCardWidgetArgsType
impl Send for AiConversationEntityCardWidgetArgsType
impl Sync for AiConversationEntityCardWidgetArgsType
impl Unpin for AiConversationEntityCardWidgetArgsType
impl UnsafeUnpin for AiConversationEntityCardWidgetArgsType
impl UnwindSafe for AiConversationEntityCardWidgetArgsType
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