pub struct WelcomeMessageNotification {Show 24 fields
pub id: Option<String>,
pub created_at: Option<DateTime<Utc>>,
pub updated_at: Option<DateTime<Utc>>,
pub archived_at: Option<DateTime<Utc>>,
pub type: Option<String>,
pub read_at: Option<DateTime<Utc>>,
pub emailed_at: Option<DateTime<Utc>>,
pub snoozed_until_at: Option<DateTime<Utc>>,
pub unsnoozed_at: Option<DateTime<Utc>>,
pub category: Option<NotificationCategory>,
pub url: Option<String>,
pub inbox_url: Option<String>,
pub title: Option<String>,
pub subtitle: Option<String>,
pub is_linear_actor: Option<bool>,
pub actor_avatar_url: Option<String>,
pub actor_initials: Option<String>,
pub actor_avatar_color: Option<String>,
pub issue_status_type: Option<String>,
pub project_update_health: Option<String>,
pub initiative_update_health: Option<String>,
pub grouping_key: Option<String>,
pub grouping_priority: Option<f64>,
pub welcome_message_id: Option<String>,
}Fields§
§id: Option<String>§created_at: Option<DateTime<Utc>>§updated_at: Option<DateTime<Utc>>§archived_at: Option<DateTime<Utc>>§type: Option<String>§read_at: Option<DateTime<Utc>>§emailed_at: Option<DateTime<Utc>>§snoozed_until_at: Option<DateTime<Utc>>§unsnoozed_at: Option<DateTime<Utc>>§category: Option<NotificationCategory>§url: Option<String>§inbox_url: Option<String>§title: Option<String>§subtitle: Option<String>§is_linear_actor: Option<bool>§actor_avatar_url: Option<String>§actor_initials: Option<String>§actor_avatar_color: Option<String>§issue_status_type: Option<String>§project_update_health: Option<String>§initiative_update_health: Option<String>§grouping_key: Option<String>§grouping_priority: Option<f64>§welcome_message_id: Option<String>Trait Implementations§
Source§impl Clone for WelcomeMessageNotification
impl Clone for WelcomeMessageNotification
Source§fn clone(&self) -> WelcomeMessageNotification
fn clone(&self) -> WelcomeMessageNotification
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 WelcomeMessageNotification
impl Debug for WelcomeMessageNotification
Source§impl Default for WelcomeMessageNotification
impl Default for WelcomeMessageNotification
Source§fn default() -> WelcomeMessageNotification
fn default() -> WelcomeMessageNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WelcomeMessageNotificationwhere
WelcomeMessageNotification: Default,
impl<'de> Deserialize<'de> for WelcomeMessageNotificationwhere
WelcomeMessageNotification: Default,
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
Auto Trait Implementations§
impl Freeze for WelcomeMessageNotification
impl RefUnwindSafe for WelcomeMessageNotification
impl Send for WelcomeMessageNotification
impl Sync for WelcomeMessageNotification
impl Unpin for WelcomeMessageNotification
impl UnwindSafe for WelcomeMessageNotification
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