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