#[non_exhaustive]pub struct DeleteDevEnvironmentInput { /* private fields */ }
Implementations§
source§impl DeleteDevEnvironmentInput
impl DeleteDevEnvironmentInput
sourcepub fn space_name(&self) -> Option<&str>
pub fn space_name(&self) -> Option<&str>
The name of the space.
sourcepub fn project_name(&self) -> Option<&str>
pub fn project_name(&self) -> Option<&str>
The name of the project in the space.
source§impl DeleteDevEnvironmentInput
impl DeleteDevEnvironmentInput
sourcepub fn builder() -> DeleteDevEnvironmentInputBuilder
pub fn builder() -> DeleteDevEnvironmentInputBuilder
Creates a new builder-style object to manufacture DeleteDevEnvironmentInput
.
source§impl DeleteDevEnvironmentInput
impl DeleteDevEnvironmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDevEnvironment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteDevEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDevEnvironment
>
Trait Implementations§
source§impl Clone for DeleteDevEnvironmentInput
impl Clone for DeleteDevEnvironmentInput
source§fn clone(&self) -> DeleteDevEnvironmentInput
fn clone(&self) -> DeleteDevEnvironmentInput
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 DeleteDevEnvironmentInput
impl Debug for DeleteDevEnvironmentInput
source§impl PartialEq<DeleteDevEnvironmentInput> for DeleteDevEnvironmentInput
impl PartialEq<DeleteDevEnvironmentInput> for DeleteDevEnvironmentInput
source§fn eq(&self, other: &DeleteDevEnvironmentInput) -> bool
fn eq(&self, other: &DeleteDevEnvironmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteDevEnvironmentInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDevEnvironmentInput
impl Send for DeleteDevEnvironmentInput
impl Sync for DeleteDevEnvironmentInput
impl Unpin for DeleteDevEnvironmentInput
impl UnwindSafe for DeleteDevEnvironmentInput
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