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