#[non_exhaustive]pub struct StopDevEnvironmentInput { /* private fields */ }
Implementations§
source§impl StopDevEnvironmentInput
impl StopDevEnvironmentInput
sourcepub fn builder() -> StopDevEnvironmentInputBuilder
pub fn builder() -> StopDevEnvironmentInputBuilder
Creates a new builder-style object to manufacture StopDevEnvironmentInput
.
source§impl StopDevEnvironmentInput
impl StopDevEnvironmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopDevEnvironment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StopDevEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopDevEnvironment
>
Trait Implementations§
source§impl Clone for StopDevEnvironmentInput
impl Clone for StopDevEnvironmentInput
source§fn clone(&self) -> StopDevEnvironmentInput
fn clone(&self) -> StopDevEnvironmentInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StopDevEnvironmentInput
impl Debug for StopDevEnvironmentInput
source§impl PartialEq<StopDevEnvironmentInput> for StopDevEnvironmentInput
impl PartialEq<StopDevEnvironmentInput> for StopDevEnvironmentInput
source§fn eq(&self, other: &StopDevEnvironmentInput) -> bool
fn eq(&self, other: &StopDevEnvironmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StopDevEnvironmentInput
Auto Trait Implementations§
impl RefUnwindSafe for StopDevEnvironmentInput
impl Send for StopDevEnvironmentInput
impl Sync for StopDevEnvironmentInput
impl Unpin for StopDevEnvironmentInput
impl UnwindSafe for StopDevEnvironmentInput
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