Struct aws_sdk_cloud9::output::DeleteEnvironmentOutput
source · #[non_exhaustive]pub struct DeleteEnvironmentOutput {}
Implementations§
source§impl DeleteEnvironmentOutput
impl DeleteEnvironmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEnvironmentOutput
.
Trait Implementations§
source§impl Clone for DeleteEnvironmentOutput
impl Clone for DeleteEnvironmentOutput
source§fn clone(&self) -> DeleteEnvironmentOutput
fn clone(&self) -> DeleteEnvironmentOutput
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 DeleteEnvironmentOutput
impl Debug for DeleteEnvironmentOutput
source§impl PartialEq<DeleteEnvironmentOutput> for DeleteEnvironmentOutput
impl PartialEq<DeleteEnvironmentOutput> for DeleteEnvironmentOutput
source§fn eq(&self, other: &DeleteEnvironmentOutput) -> bool
fn eq(&self, other: &DeleteEnvironmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.