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