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