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