pub struct DeploymentStatus;
Trait Implementations§
Source§impl HasField<__typename> for DeploymentStatus
impl HasField<__typename> for DeploymentStatus
Source§impl HasField<createdAt> for DeploymentStatus
impl HasField<createdAt> for DeploymentStatus
Source§impl HasField<creator> for DeploymentStatus
impl HasField<creator> for DeploymentStatus
Source§impl HasField<deployment> for DeploymentStatus
impl HasField<deployment> for DeploymentStatus
Source§type Type = Deployment
type Type = Deployment
The schema marker type of this field.
Source§impl HasField<description> for DeploymentStatus
impl HasField<description> for DeploymentStatus
Source§impl HasField<environment> for DeploymentStatus
impl HasField<environment> for DeploymentStatus
Source§impl HasField<environmentUrl> for DeploymentStatus
impl HasField<environmentUrl> for DeploymentStatus
Source§impl HasField<id> for DeploymentStatus
impl HasField<id> for DeploymentStatus
Source§impl HasField<logUrl> for DeploymentStatus
impl HasField<logUrl> for DeploymentStatus
Source§impl HasField<state> for DeploymentStatus
impl HasField<state> for DeploymentStatus
Source§type Type = DeploymentStatusState
type Type = DeploymentStatusState
The schema marker type of this field.
Source§impl HasField<updatedAt> for DeploymentStatus
impl HasField<updatedAt> for DeploymentStatus
Source§impl NamedType for DeploymentStatus
impl NamedType for DeploymentStatus
impl HasSubtype<DeploymentStatus> for Node
Auto Trait Implementations§
impl Freeze for DeploymentStatus
impl RefUnwindSafe for DeploymentStatus
impl Send for DeploymentStatus
impl Sync for DeploymentStatus
impl Unpin for DeploymentStatus
impl UnwindSafe for DeploymentStatus
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