#[non_exhaustive]pub struct CancelEnvironmentDeploymentInput { /* private fields */ }
Implementations
sourceimpl CancelEnvironmentDeploymentInput
impl CancelEnvironmentDeploymentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelEnvironmentDeployment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelEnvironmentDeployment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelEnvironmentDeployment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelEnvironmentDeploymentInput
.
sourceimpl CancelEnvironmentDeploymentInput
impl CancelEnvironmentDeploymentInput
sourcepub fn environment_name(&self) -> Option<&str>
pub fn environment_name(&self) -> Option<&str>
The name of the environment with the deployment to cancel.
Trait Implementations
sourceimpl Clone for CancelEnvironmentDeploymentInput
impl Clone for CancelEnvironmentDeploymentInput
sourcefn clone(&self) -> CancelEnvironmentDeploymentInput
fn clone(&self) -> CancelEnvironmentDeploymentInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CancelEnvironmentDeploymentInput> for CancelEnvironmentDeploymentInput
impl PartialEq<CancelEnvironmentDeploymentInput> for CancelEnvironmentDeploymentInput
sourcefn eq(&self, other: &CancelEnvironmentDeploymentInput) -> bool
fn eq(&self, other: &CancelEnvironmentDeploymentInput) -> bool
impl StructuralPartialEq for CancelEnvironmentDeploymentInput
Auto Trait Implementations
impl RefUnwindSafe for CancelEnvironmentDeploymentInput
impl Send for CancelEnvironmentDeploymentInput
impl Sync for CancelEnvironmentDeploymentInput
impl Unpin for CancelEnvironmentDeploymentInput
impl UnwindSafe for CancelEnvironmentDeploymentInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more