pub struct subscription;
Trait Implementations§
Source§impl Field for subscription
impl Field for subscription
Source§impl HasArgument<input> for subscription
impl HasArgument<input> for subscription
Source§type ArgumentType = Option<SingleSubscriptionInput>
type ArgumentType = Option<SingleSubscriptionInput>
The schema marker type of this argument.
Source§impl HasField<subscription> for Query
impl HasField<subscription> for Query
Source§type Type = Option<SingleSubscriptionOutput>
type Type = Option<SingleSubscriptionOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for subscription
impl RefUnwindSafe for subscription
impl Send for subscription
impl Sync for subscription
impl Unpin for subscription
impl UnwindSafe for subscription
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