Struct aws_sdk_m2::operation::delete_application_from_environment::DeleteApplicationFromEnvironmentOutput
source · #[non_exhaustive]pub struct DeleteApplicationFromEnvironmentOutput { /* private fields */ }
Implementations§
source§impl DeleteApplicationFromEnvironmentOutput
impl DeleteApplicationFromEnvironmentOutput
sourcepub fn builder() -> DeleteApplicationFromEnvironmentOutputBuilder
pub fn builder() -> DeleteApplicationFromEnvironmentOutputBuilder
Creates a new builder-style object to manufacture DeleteApplicationFromEnvironmentOutput
.
Trait Implementations§
source§impl Clone for DeleteApplicationFromEnvironmentOutput
impl Clone for DeleteApplicationFromEnvironmentOutput
source§fn clone(&self) -> DeleteApplicationFromEnvironmentOutput
fn clone(&self) -> DeleteApplicationFromEnvironmentOutput
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 PartialEq<DeleteApplicationFromEnvironmentOutput> for DeleteApplicationFromEnvironmentOutput
impl PartialEq<DeleteApplicationFromEnvironmentOutput> for DeleteApplicationFromEnvironmentOutput
source§fn eq(&self, other: &DeleteApplicationFromEnvironmentOutput) -> bool
fn eq(&self, other: &DeleteApplicationFromEnvironmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteApplicationFromEnvironmentOutput
impl RequestId for DeleteApplicationFromEnvironmentOutput
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 DeleteApplicationFromEnvironmentOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteApplicationFromEnvironmentOutput
impl Send for DeleteApplicationFromEnvironmentOutput
impl Sync for DeleteApplicationFromEnvironmentOutput
impl Unpin for DeleteApplicationFromEnvironmentOutput
impl UnwindSafe for DeleteApplicationFromEnvironmentOutput
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