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