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