pub enum IntegrationService {
Show 42 variants
Airbyte,
Discord,
Figma,
FigmaPlugin,
Front,
Github,
Gong,
GithubEnterpriseServer,
GithubCommit,
GithubImport,
GithubPersonal,
GithubCodeAccessPersonal,
Gitlab,
GoogleCalendarPersonal,
GoogleSheets,
Intercom,
Jira,
JiraPersonal,
LaunchDarkly,
LaunchDarklyPersonal,
Loom,
Notion,
Opsgenie,
PagerDuty,
Salesforce,
Slack,
SlackAsks,
SlackCustomViewNotifications,
SlackOrgProjectUpdatesPost,
SlackOrgInitiativeUpdatesPost,
SlackPersonal,
SlackPost,
SlackProjectPost,
SlackProjectUpdatesPost,
SlackInitiativePost,
Sentry,
Zendesk,
Email,
McpServerPersonal,
McpServer,
MicrosoftTeams,
Unknown,
}Expand description
Linear supported integration services.
Variants§
Airbyte
Discord
Figma
FigmaPlugin
Front
Github
Gong
GithubEnterpriseServer
GithubCommit
GithubImport
GithubPersonal
GithubCodeAccessPersonal
Gitlab
GoogleCalendarPersonal
GoogleSheets
Intercom
Jira
JiraPersonal
LaunchDarkly
LaunchDarklyPersonal
Loom
Notion
Opsgenie
PagerDuty
Salesforce
Slack
SlackAsks
SlackCustomViewNotifications
SlackOrgProjectUpdatesPost
SlackOrgInitiativeUpdatesPost
SlackPersonal
SlackPost
SlackProjectPost
SlackProjectUpdatesPost
SlackInitiativePost
Sentry
Zendesk
McpServerPersonal
McpServer
MicrosoftTeams
Unknown
Catch-all for unknown/new variants added by Linear.
Trait Implementations§
Source§impl Clone for IntegrationService
impl Clone for IntegrationService
Source§fn clone(&self) -> IntegrationService
fn clone(&self) -> IntegrationService
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 IntegrationService
impl Debug for IntegrationService
Source§impl<'de> Deserialize<'de> for IntegrationService
impl<'de> Deserialize<'de> for IntegrationService
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 IntegrationService
impl PartialEq for IntegrationService
Source§impl Serialize for IntegrationService
impl Serialize for IntegrationService
impl Eq for IntegrationService
impl StructuralPartialEq for IntegrationService
Auto Trait Implementations§
impl Freeze for IntegrationService
impl RefUnwindSafe for IntegrationService
impl Send for IntegrationService
impl Sync for IntegrationService
impl Unpin for IntegrationService
impl UnwindSafe for IntegrationService
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