#[non_exhaustive]pub struct AwsEc2VpnConnectionRoutesDetails { /* private fields */ }
Expand description
A static routes associated with the VPN connection.
Implementations§
source§impl AwsEc2VpnConnectionRoutesDetails
impl AwsEc2VpnConnectionRoutesDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2VpnConnectionRoutesDetails
.
Trait Implementations§
source§impl Clone for AwsEc2VpnConnectionRoutesDetails
impl Clone for AwsEc2VpnConnectionRoutesDetails
source§fn clone(&self) -> AwsEc2VpnConnectionRoutesDetails
fn clone(&self) -> AwsEc2VpnConnectionRoutesDetails
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 PartialEq<AwsEc2VpnConnectionRoutesDetails> for AwsEc2VpnConnectionRoutesDetails
impl PartialEq<AwsEc2VpnConnectionRoutesDetails> for AwsEc2VpnConnectionRoutesDetails
source§fn eq(&self, other: &AwsEc2VpnConnectionRoutesDetails) -> bool
fn eq(&self, other: &AwsEc2VpnConnectionRoutesDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.