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