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