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 more