pub enum NotificationCategory {
Show 16 variants
Assignments,
StatusChanges,
CommentsAndReplies,
Mentions,
Reactions,
Subscriptions,
DocumentChanges,
PostsAndUpdates,
Reminders,
Reviews,
AppsAndIntegrations,
Triage,
Customers,
Feed,
System,
Unknown,
}Expand description
The categories of notifications a user can subscribe to.
Variants§
Assignments
StatusChanges
CommentsAndReplies
Mentions
Reactions
Subscriptions
DocumentChanges
PostsAndUpdates
Reminders
Reviews
AppsAndIntegrations
Triage
Customers
Feed
System
Unknown
Catch-all for unknown/new variants added by Linear.
Trait Implementations§
Source§impl Clone for NotificationCategory
impl Clone for NotificationCategory
Source§fn clone(&self) -> NotificationCategory
fn clone(&self) -> NotificationCategory
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 NotificationCategory
impl Debug for NotificationCategory
Source§impl<'de> Deserialize<'de> for NotificationCategory
impl<'de> Deserialize<'de> for NotificationCategory
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 NotificationCategory
impl PartialEq for NotificationCategory
Source§impl Serialize for NotificationCategory
impl Serialize for NotificationCategory
impl Eq for NotificationCategory
impl StructuralPartialEq for NotificationCategory
Auto Trait Implementations§
impl Freeze for NotificationCategory
impl RefUnwindSafe for NotificationCategory
impl Send for NotificationCategory
impl Sync for NotificationCategory
impl Unpin for NotificationCategory
impl UnwindSafe for NotificationCategory
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