pub struct NotificationPayload;Trait Implementations§
Source§impl HasField<__typename> for NotificationPayload
impl HasField<__typename> for NotificationPayload
Source§impl HasField<lastSyncId> for NotificationPayload
impl HasField<lastSyncId> for NotificationPayload
Source§impl HasField<notification> for NotificationPayload
impl HasField<notification> for NotificationPayload
Source§type Type = Notification
type Type = Notification
The schema marker type of this field.
Source§impl HasField<success> for NotificationPayload
impl HasField<success> for NotificationPayload
Auto Trait Implementations§
impl Freeze for NotificationPayload
impl RefUnwindSafe for NotificationPayload
impl Send for NotificationPayload
impl Sync for NotificationPayload
impl Unpin for NotificationPayload
impl UnwindSafe for NotificationPayload
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