pub struct comments;
Trait Implementations§
Source§impl HasArgument<after> for comments
impl HasArgument<after> for comments
Source§impl HasArgument<before> for comments
impl HasArgument<before> for comments
Source§impl HasArgument<first> for comments
impl HasArgument<first> for comments
Source§impl HasArgument<last> for comments
impl HasArgument<last> for comments
Source§impl HasField<comments> for PullRequestReview
impl HasField<comments> for PullRequestReview
Source§type Type = PullRequestReviewCommentConnection
type Type = PullRequestReviewCommentConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for comments
impl RefUnwindSafe for comments
impl Send for comments
impl Sync for comments
impl Unpin for comments
impl UnwindSafe for comments
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