#[non_exhaustive]pub struct DescribeEnvironmentStatusOutput { /* private fields */ }
Implementations
sourceimpl DescribeEnvironmentStatusOutput
impl DescribeEnvironmentStatusOutput
sourcepub fn status(&self) -> Option<&EnvironmentStatus>
pub fn status(&self) -> Option<&EnvironmentStatus>
The status of the environment. Available values include:
-
connecting
: The environment is connecting. -
creating
: The environment is being created. -
deleting
: The environment is being deleted. -
error
: The environment is in an error state. -
ready
: The environment is ready. -
stopped
: The environment is stopped. -
stopping
: The environment is stopping.
sourceimpl DescribeEnvironmentStatusOutput
impl DescribeEnvironmentStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEnvironmentStatusOutput
.
Trait Implementations
sourceimpl Clone for DescribeEnvironmentStatusOutput
impl Clone for DescribeEnvironmentStatusOutput
sourcefn clone(&self) -> DescribeEnvironmentStatusOutput
fn clone(&self) -> DescribeEnvironmentStatusOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DescribeEnvironmentStatusOutput> for DescribeEnvironmentStatusOutput
impl PartialEq<DescribeEnvironmentStatusOutput> for DescribeEnvironmentStatusOutput
sourcefn eq(&self, other: &DescribeEnvironmentStatusOutput) -> bool
fn eq(&self, other: &DescribeEnvironmentStatusOutput) -> bool
impl StructuralPartialEq for DescribeEnvironmentStatusOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeEnvironmentStatusOutput
impl Send for DescribeEnvironmentStatusOutput
impl Sync for DescribeEnvironmentStatusOutput
impl Unpin for DescribeEnvironmentStatusOutput
impl UnwindSafe for DescribeEnvironmentStatusOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more