pub struct DeploymentReviewConnection;
Trait Implementations§
Source§impl HasField<edges> for DeploymentReviewConnection
impl HasField<edges> for DeploymentReviewConnection
Source§impl HasField<nodes> for DeploymentReviewConnection
impl HasField<nodes> for DeploymentReviewConnection
Auto Trait Implementations§
impl Freeze for DeploymentReviewConnection
impl RefUnwindSafe for DeploymentReviewConnection
impl Send for DeploymentReviewConnection
impl Sync for DeploymentReviewConnection
impl Unpin for DeploymentReviewConnection
impl UnwindSafe for DeploymentReviewConnection
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