pub struct Notification;
Trait Implementations§
Source§impl HasField<__typename> for Notification
impl HasField<__typename> for Notification
Source§impl HasField<_id> for Notification
impl HasField<_id> for Notification
Source§impl HasField<createdAt> for Notification
impl HasField<createdAt> for Notification
Source§impl HasField<deleted> for Notification
impl HasField<deleted> for Notification
Source§impl HasField<documentId> for Notification
impl HasField<documentId> for Notification
Source§impl HasField<documentType> for Notification
impl HasField<documentType> for Notification
Source§impl HasField<emailed> for Notification
impl HasField<emailed> for Notification
Source§impl HasField<extraData> for Notification
impl HasField<extraData> for Notification
Source§impl HasField<legacyData> for Notification
impl HasField<legacyData> for Notification
Source§impl HasField<link> for Notification
impl HasField<link> for Notification
Source§impl HasField<message> for Notification
impl HasField<message> for Notification
Source§impl HasField<schemaVersion> for Notification
impl HasField<schemaVersion> for Notification
Source§impl HasField<title> for Notification
impl HasField<title> for Notification
Source§impl HasField<type> for Notification
impl HasField<type> for Notification
Source§impl HasField<userId> for Notification
impl HasField<userId> for Notification
Source§impl HasField<viewed> for Notification
impl HasField<viewed> for Notification
Source§impl HasField<waitingForBatch> for Notification
impl HasField<waitingForBatch> for Notification
Auto Trait Implementations§
impl Freeze for Notification
impl RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnwindSafe for Notification
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