pub struct Gist;
Trait Implementations§
Source§impl HasField<__typename> for Gist
impl HasField<__typename> for Gist
Source§impl HasField<comments> for Gist
impl HasField<comments> for Gist
Source§type Type = GistCommentConnection
type Type = GistCommentConnection
The schema marker type of this field.
Source§impl HasField<description> for Gist
impl HasField<description> for Gist
Source§impl HasField<forks> for Gist
impl HasField<forks> for Gist
Source§type Type = GistConnection
type Type = GistConnection
The schema marker type of this field.
Source§impl HasField<owner> for Gist
impl HasField<owner> for Gist
Source§type Type = Option<RepositoryOwner>
type Type = Option<RepositoryOwner>
The schema marker type of this field.
Source§impl HasField<resourcePath> for Gist
impl HasField<resourcePath> for Gist
Source§impl HasField<stargazerCount> for Gist
impl HasField<stargazerCount> for Gist
Source§impl HasField<stargazers> for Gist
impl HasField<stargazers> for Gist
Source§type Type = StargazerConnection
type Type = StargazerConnection
The schema marker type of this field.
Source§impl HasField<viewerHasStarred> for Gist
impl HasField<viewerHasStarred> for Gist
impl HasSubtype<Gist> for Node
impl HasSubtype<Gist> for PinnableItem
impl HasSubtype<Gist> for Starrable
impl HasSubtype<Gist> for UniformResourceLocatable
Auto Trait Implementations§
impl Freeze for Gist
impl RefUnwindSafe for Gist
impl Send for Gist
impl Sync for Gist
impl Unpin for Gist
impl UnwindSafe for Gist
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