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