#[non_exhaustive]pub struct CreateEnvironmentOutput { /* private fields */ }
Implementations§
source§impl CreateEnvironmentOutput
impl CreateEnvironmentOutput
sourcepub fn environment(&self) -> Option<&Environment>
pub fn environment(&self) -> Option<&Environment>
The environment detail data that's returned by Proton.
source§impl CreateEnvironmentOutput
impl CreateEnvironmentOutput
sourcepub fn builder() -> CreateEnvironmentOutputBuilder
pub fn builder() -> CreateEnvironmentOutputBuilder
Creates a new builder-style object to manufacture CreateEnvironmentOutput
.
Trait Implementations§
source§impl Clone for CreateEnvironmentOutput
impl Clone for CreateEnvironmentOutput
source§fn clone(&self) -> CreateEnvironmentOutput
fn clone(&self) -> CreateEnvironmentOutput
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 CreateEnvironmentOutput
impl Debug for CreateEnvironmentOutput
source§impl PartialEq<CreateEnvironmentOutput> for CreateEnvironmentOutput
impl PartialEq<CreateEnvironmentOutput> for CreateEnvironmentOutput
source§fn eq(&self, other: &CreateEnvironmentOutput) -> bool
fn eq(&self, other: &CreateEnvironmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateEnvironmentOutput
impl RequestId for CreateEnvironmentOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.