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