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