Struct aws_sdk_networkmanager::output::DeleteDeviceOutput
source · #[non_exhaustive]pub struct DeleteDeviceOutput { /* private fields */ }
Implementations§
source§impl DeleteDeviceOutput
impl DeleteDeviceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==
.