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