pub enum AiPromptType {
Show 13 variants
ProductIntelligence,
InternalResearch,
ProjectUpdates,
InitiativeUpdates,
AgentGuidance,
CodeIntelligence,
AiConversation,
SlackIssueIntake,
IntercomIssueIntake,
GongIssueIntake,
ZendeskIssueIntake,
MicrosoftTeamsIssueIntake,
Unknown,
}Expand description
The type of AI prompt workflow.
Variants§
ProductIntelligence
InternalResearch
ProjectUpdates
InitiativeUpdates
AgentGuidance
CodeIntelligence
AiConversation
SlackIssueIntake
IntercomIssueIntake
GongIssueIntake
ZendeskIssueIntake
MicrosoftTeamsIssueIntake
Unknown
Catch-all for unknown/new variants added by Linear.
Trait Implementations§
Source§impl Clone for AiPromptType
impl Clone for AiPromptType
Source§fn clone(&self) -> AiPromptType
fn clone(&self) -> AiPromptType
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 AiPromptType
impl Debug for AiPromptType
Source§impl<'de> Deserialize<'de> for AiPromptType
impl<'de> Deserialize<'de> for AiPromptType
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 AiPromptType
impl PartialEq for AiPromptType
Source§impl Serialize for AiPromptType
impl Serialize for AiPromptType
impl Eq for AiPromptType
impl StructuralPartialEq for AiPromptType
Auto Trait Implementations§
impl Freeze for AiPromptType
impl RefUnwindSafe for AiPromptType
impl Send for AiPromptType
impl Sync for AiPromptType
impl Unpin for AiPromptType
impl UnsafeUnpin for AiPromptType
impl UnwindSafe for AiPromptType
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