pub struct PullRequestNotification;Trait Implementations§
Source§impl HasField<__typename> for PullRequestNotification
impl HasField<__typename> for PullRequestNotification
Source§impl HasField<actor> for PullRequestNotification
impl HasField<actor> for PullRequestNotification
Source§impl HasField<archivedAt> for PullRequestNotification
impl HasField<archivedAt> for PullRequestNotification
Source§impl HasField<botActor> for PullRequestNotification
impl HasField<botActor> for PullRequestNotification
Source§impl HasField<category> for PullRequestNotification
impl HasField<category> for PullRequestNotification
Source§type Type = NotificationCategory
type Type = NotificationCategory
The schema marker type of this field.
Source§impl HasField<createdAt> for PullRequestNotification
impl HasField<createdAt> for PullRequestNotification
Source§impl HasField<emailedAt> for PullRequestNotification
impl HasField<emailedAt> for PullRequestNotification
Source§impl HasField<externalUserActor> for PullRequestNotification
impl HasField<externalUserActor> for PullRequestNotification
Source§type Type = Option<ExternalUser>
type Type = Option<ExternalUser>
The schema marker type of this field.
Source§impl HasField<id> for PullRequestNotification
impl HasField<id> for PullRequestNotification
Source§impl HasField<inboxUrl> for PullRequestNotification
impl HasField<inboxUrl> for PullRequestNotification
Source§impl HasField<pullRequest> for PullRequestNotification
impl HasField<pullRequest> for PullRequestNotification
Source§type Type = PullRequest
type Type = PullRequest
The schema marker type of this field.
Source§impl HasField<readAt> for PullRequestNotification
impl HasField<readAt> for PullRequestNotification
Source§impl HasField<subtitle> for PullRequestNotification
impl HasField<subtitle> for PullRequestNotification
Source§impl HasField<title> for PullRequestNotification
impl HasField<title> for PullRequestNotification
Source§impl HasField<type> for PullRequestNotification
impl HasField<type> for PullRequestNotification
Source§impl HasField<updatedAt> for PullRequestNotification
impl HasField<updatedAt> for PullRequestNotification
Source§impl HasField<url> for PullRequestNotification
impl HasField<url> for PullRequestNotification
Source§impl HasField<user> for PullRequestNotification
impl HasField<user> for PullRequestNotification
Source§impl NamedType for PullRequestNotification
impl NamedType for PullRequestNotification
impl HasSubtype<PullRequestNotification> for Entity
impl HasSubtype<PullRequestNotification> for Node
impl HasSubtype<PullRequestNotification> for Notification
Auto Trait Implementations§
impl Freeze for PullRequestNotification
impl RefUnwindSafe for PullRequestNotification
impl Send for PullRequestNotification
impl Sync for PullRequestNotification
impl Unpin for PullRequestNotification
impl UnwindSafe for PullRequestNotification
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