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