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