Struct aws_sdk_elasticbeanstalk::operation::swap_environment_cnames::SwapEnvironmentCnamEsOutput
source · #[non_exhaustive]pub struct SwapEnvironmentCnamEsOutput { /* private fields */ }
Implementations§
source§impl SwapEnvironmentCnamEsOutput
impl SwapEnvironmentCnamEsOutput
sourcepub fn builder() -> SwapEnvironmentCnamEsOutputBuilder
pub fn builder() -> SwapEnvironmentCnamEsOutputBuilder
Creates a new builder-style object to manufacture SwapEnvironmentCnamEsOutput
.
Trait Implementations§
source§impl Clone for SwapEnvironmentCnamEsOutput
impl Clone for SwapEnvironmentCnamEsOutput
source§fn clone(&self) -> SwapEnvironmentCnamEsOutput
fn clone(&self) -> SwapEnvironmentCnamEsOutput
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 SwapEnvironmentCnamEsOutput
impl Debug for SwapEnvironmentCnamEsOutput
source§impl PartialEq for SwapEnvironmentCnamEsOutput
impl PartialEq for SwapEnvironmentCnamEsOutput
source§fn eq(&self, other: &SwapEnvironmentCnamEsOutput) -> bool
fn eq(&self, other: &SwapEnvironmentCnamEsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for SwapEnvironmentCnamEsOutput
impl RequestId for SwapEnvironmentCnamEsOutput
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.impl StructuralPartialEq for SwapEnvironmentCnamEsOutput
Auto Trait Implementations§
impl RefUnwindSafe for SwapEnvironmentCnamEsOutput
impl Send for SwapEnvironmentCnamEsOutput
impl Sync for SwapEnvironmentCnamEsOutput
impl Unpin for SwapEnvironmentCnamEsOutput
impl UnwindSafe for SwapEnvironmentCnamEsOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.