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