pub enum ExternalSyncService {
Jira,
Github,
Slack,
Unknown,
}Expand description
The service that syncs an external entity to Linear.
Variants§
Trait Implementations§
Source§impl Clone for ExternalSyncService
impl Clone for ExternalSyncService
Source§fn clone(&self) -> ExternalSyncService
fn clone(&self) -> ExternalSyncService
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 ExternalSyncService
impl Debug for ExternalSyncService
Source§impl<'de> Deserialize<'de> for ExternalSyncService
impl<'de> Deserialize<'de> for ExternalSyncService
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 ExternalSyncService
impl PartialEq for ExternalSyncService
Source§impl Serialize for ExternalSyncService
impl Serialize for ExternalSyncService
impl Eq for ExternalSyncService
impl StructuralPartialEq for ExternalSyncService
Auto Trait Implementations§
impl Freeze for ExternalSyncService
impl RefUnwindSafe for ExternalSyncService
impl Send for ExternalSyncService
impl Sync for ExternalSyncService
impl Unpin for ExternalSyncService
impl UnwindSafe for ExternalSyncService
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