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