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