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