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