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