pub struct Subscribable;
Trait Implementations§
Source§impl HasField<__typename> for Subscribable
impl HasField<__typename> for Subscribable
Source§impl HasField<viewerCanSubscribe> for Subscribable
impl HasField<viewerCanSubscribe> for Subscribable
Source§impl HasField<viewerSubscription> for Subscribable
impl HasField<viewerSubscription> for Subscribable
Source§type Type = Option<SubscriptionState>
type Type = Option<SubscriptionState>
The schema marker type of this field.
Source§impl NamedType for Subscribable
impl NamedType for Subscribable
impl HasSubtype<Commit> for Subscribable
impl HasSubtype<Discussion> for Subscribable
impl HasSubtype<Issue> for Subscribable
impl HasSubtype<PullRequest> for Subscribable
impl HasSubtype<Repository> for Subscribable
impl HasSubtype<Subscribable> for Subscribable
impl HasSubtype<Team> for Subscribable
impl HasSubtype<TeamDiscussion> for Subscribable
Auto Trait Implementations§
impl Freeze for Subscribable
impl RefUnwindSafe for Subscribable
impl Send for Subscribable
impl Sync for Subscribable
impl Unpin for Subscribable
impl UnwindSafe for Subscribable
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