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