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