pub struct Notification;Trait Implementations§
Source§impl HasField<__typename> for Notification
impl HasField<__typename> for Notification
Source§impl HasField<actor> for Notification
impl HasField<actor> for Notification
Source§impl HasField<actorAvatarColor> for Notification
impl HasField<actorAvatarColor> for Notification
Source§impl HasField<actorAvatarUrl> for Notification
impl HasField<actorAvatarUrl> for Notification
Source§impl HasField<actorInitials> for Notification
impl HasField<actorInitials> for Notification
Source§impl HasField<archivedAt> for Notification
impl HasField<archivedAt> for Notification
Source§impl HasField<botActor> for Notification
impl HasField<botActor> for Notification
Source§impl HasField<category> for Notification
impl HasField<category> for Notification
Source§type Type = NotificationCategory
type Type = NotificationCategory
The schema marker type of this field.
Source§impl HasField<createdAt> for Notification
impl HasField<createdAt> for Notification
Source§impl HasField<emailedAt> for Notification
impl HasField<emailedAt> for Notification
Source§impl HasField<externalUserActor> for Notification
impl HasField<externalUserActor> for Notification
Source§type Type = Option<ExternalUser>
type Type = Option<ExternalUser>
The schema marker type of this field.
Source§impl HasField<groupingKey> for Notification
impl HasField<groupingKey> for Notification
Source§impl HasField<groupingPriority> for Notification
impl HasField<groupingPriority> for Notification
Source§impl HasField<inboxUrl> for Notification
impl HasField<inboxUrl> for Notification
Source§impl HasField<isLinearActor> for Notification
impl HasField<isLinearActor> for Notification
Source§impl HasField<issueStatusType> for Notification
impl HasField<issueStatusType> for Notification
Source§impl HasField<projectUpdateHealth> for Notification
impl HasField<projectUpdateHealth> for Notification
Source§impl HasField<readAt> for Notification
impl HasField<readAt> for Notification
Source§impl HasField<snoozedUntilAt> for Notification
impl HasField<snoozedUntilAt> for Notification
Source§impl HasField<subtitle> for Notification
impl HasField<subtitle> for Notification
Source§impl HasField<title> for Notification
impl HasField<title> for Notification
Source§impl HasField<type> for Notification
impl HasField<type> for Notification
Source§impl HasField<unsnoozedAt> for Notification
impl HasField<unsnoozedAt> for Notification
Source§impl HasField<updatedAt> for Notification
impl HasField<updatedAt> for Notification
Source§impl HasField<url> for Notification
impl HasField<url> for Notification
Source§impl HasField<user> for Notification
impl HasField<user> for Notification
Source§impl NamedType for Notification
impl NamedType for Notification
impl HasSubtype<CustomerNeedNotification> for Notification
impl HasSubtype<CustomerNotification> for Notification
impl HasSubtype<DocumentNotification> for Notification
impl HasSubtype<InitiativeNotification> for Notification
impl HasSubtype<IssueNotification> for Notification
impl HasSubtype<Notification> for Notification
impl HasSubtype<OauthClientApprovalNotification> for Notification
impl HasSubtype<PostNotification> for Notification
impl HasSubtype<ProjectNotification> for Notification
impl HasSubtype<PullRequestNotification> for Notification
Auto Trait Implementations§
impl Freeze for Notification
impl RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnwindSafe for Notification
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