Struct aws_sdk_appmesh::types::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() -> PortMappingBuilder
pub fn builder() -> PortMappingBuilder
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 moresource§impl Debug for PortMapping
impl Debug for PortMapping
source§impl PartialEq<PortMapping> for PortMapping
impl PartialEq<PortMapping> for PortMapping
source§fn eq(&self, other: &PortMapping) -> bool
fn eq(&self, other: &PortMapping) -> bool
This method tests for
self and other values to be equal, and is used
by ==.