Struct aws_sdk_appmesh::types::VirtualGatewayPortMapping
source · #[non_exhaustive]pub struct VirtualGatewayPortMapping { /* private fields */ }
Expand description
An object that represents a port mapping.
Implementations§
source§impl VirtualGatewayPortMapping
impl VirtualGatewayPortMapping
sourcepub fn builder() -> VirtualGatewayPortMappingBuilder
pub fn builder() -> VirtualGatewayPortMappingBuilder
Creates a new builder-style object to manufacture VirtualGatewayPortMapping
.
Trait Implementations§
source§impl Clone for VirtualGatewayPortMapping
impl Clone for VirtualGatewayPortMapping
source§fn clone(&self) -> VirtualGatewayPortMapping
fn clone(&self) -> VirtualGatewayPortMapping
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 VirtualGatewayPortMapping
impl Debug for VirtualGatewayPortMapping
source§impl PartialEq<VirtualGatewayPortMapping> for VirtualGatewayPortMapping
impl PartialEq<VirtualGatewayPortMapping> for VirtualGatewayPortMapping
source§fn eq(&self, other: &VirtualGatewayPortMapping) -> bool
fn eq(&self, other: &VirtualGatewayPortMapping) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VirtualGatewayPortMapping
Auto Trait Implementations§
impl RefUnwindSafe for VirtualGatewayPortMapping
impl Send for VirtualGatewayPortMapping
impl Sync for VirtualGatewayPortMapping
impl Unpin for VirtualGatewayPortMapping
impl UnwindSafe for VirtualGatewayPortMapping
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more