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