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