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