pub struct AwsVpnGatewayId(/* private fields */);Expand description
AWS VPN Gateway ID
Trait Implementations§
Source§impl Clone for AwsVpnGatewayId
impl Clone for AwsVpnGatewayId
Source§fn clone(&self) -> AwsVpnGatewayId
fn clone(&self) -> AwsVpnGatewayId
Returns a duplicate 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 AwsVpnGatewayId
impl Debug for AwsVpnGatewayId
Source§impl Display for AwsVpnGatewayId
impl Display for AwsVpnGatewayId
Source§impl From<AwsVpnGatewayId> for String
impl From<AwsVpnGatewayId> for String
Source§fn from(value: AwsVpnGatewayId) -> Self
fn from(value: AwsVpnGatewayId) -> Self
Converts to this type from the input type.
Source§impl FromStr for AwsVpnGatewayId
impl FromStr for AwsVpnGatewayId
Source§impl Hash for AwsVpnGatewayId
impl Hash for AwsVpnGatewayId
Source§impl Ord for AwsVpnGatewayId
impl Ord for AwsVpnGatewayId
Source§fn cmp(&self, other: &AwsVpnGatewayId) -> Ordering
fn cmp(&self, other: &AwsVpnGatewayId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AwsVpnGatewayId
impl PartialEq for AwsVpnGatewayId
Source§impl PartialOrd for AwsVpnGatewayId
impl PartialOrd for AwsVpnGatewayId
Source§impl TryFrom<&String> for AwsVpnGatewayId
impl TryFrom<&String> for AwsVpnGatewayId
Source§impl TryFrom<&str> for AwsVpnGatewayId
impl TryFrom<&str> for AwsVpnGatewayId
Source§impl TryFrom<String> for AwsVpnGatewayId
impl TryFrom<String> for AwsVpnGatewayId
impl Copy for AwsVpnGatewayId
impl Eq for AwsVpnGatewayId
impl StructuralPartialEq for AwsVpnGatewayId
Auto Trait Implementations§
impl Freeze for AwsVpnGatewayId
impl RefUnwindSafe for AwsVpnGatewayId
impl Send for AwsVpnGatewayId
impl Sync for AwsVpnGatewayId
impl Unpin for AwsVpnGatewayId
impl UnwindSafe for AwsVpnGatewayId
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