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