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