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