Struct aws_sdk_appmesh::model::PortMapping
source · #[non_exhaustive]pub struct PortMapping { /* private fields */ }
Expand description
An object that represents a port mapping.
Implementations§
source§impl PortMapping
impl PortMapping
source§impl PortMapping
impl PortMapping
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PortMapping
.
Trait Implementations§
source§impl Clone for PortMapping
impl Clone for PortMapping
source§fn clone(&self) -> PortMapping
fn clone(&self) -> PortMapping
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