pub struct DeploymentRequest;
Trait Implementations§
Source§impl HasField<__typename> for DeploymentRequest
impl HasField<__typename> for DeploymentRequest
Source§impl HasField<environment> for DeploymentRequest
impl HasField<environment> for DeploymentRequest
Source§type Type = Environment
type Type = Environment
The schema marker type of this field.
Source§impl HasField<reviewers> for DeploymentRequest
impl HasField<reviewers> for DeploymentRequest
Source§type Type = DeploymentReviewerConnection
type Type = DeploymentReviewerConnection
The schema marker type of this field.
Source§impl HasField<waitTimer> for DeploymentRequest
impl HasField<waitTimer> for DeploymentRequest
Auto Trait Implementations§
impl Freeze for DeploymentRequest
impl RefUnwindSafe for DeploymentRequest
impl Send for DeploymentRequest
impl Sync for DeploymentRequest
impl Unpin for DeploymentRequest
impl UnwindSafe for DeploymentRequest
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