pub struct AwsVpnConnectionId(/* private fields */);Expand description
AWS VPN Connection ID
Trait Implementations§
Source§impl Clone for AwsVpnConnectionId
impl Clone for AwsVpnConnectionId
Source§fn clone(&self) -> AwsVpnConnectionId
fn clone(&self) -> AwsVpnConnectionId
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 AwsVpnConnectionId
impl Debug for AwsVpnConnectionId
Source§impl Display for AwsVpnConnectionId
impl Display for AwsVpnConnectionId
Source§impl From<AwsVpnConnectionId> for String
impl From<AwsVpnConnectionId> for String
Source§fn from(value: AwsVpnConnectionId) -> Self
fn from(value: AwsVpnConnectionId) -> Self
Converts to this type from the input type.
Source§impl FromStr for AwsVpnConnectionId
impl FromStr for AwsVpnConnectionId
Source§impl Hash for AwsVpnConnectionId
impl Hash for AwsVpnConnectionId
Source§impl Ord for AwsVpnConnectionId
impl Ord for AwsVpnConnectionId
Source§fn cmp(&self, other: &AwsVpnConnectionId) -> Ordering
fn cmp(&self, other: &AwsVpnConnectionId) -> 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 AwsVpnConnectionId
impl PartialEq for AwsVpnConnectionId
Source§impl PartialOrd for AwsVpnConnectionId
impl PartialOrd for AwsVpnConnectionId
Source§impl TryFrom<&String> for AwsVpnConnectionId
impl TryFrom<&String> for AwsVpnConnectionId
Source§impl TryFrom<&str> for AwsVpnConnectionId
impl TryFrom<&str> for AwsVpnConnectionId
Source§impl TryFrom<String> for AwsVpnConnectionId
impl TryFrom<String> for AwsVpnConnectionId
impl Copy for AwsVpnConnectionId
impl Eq for AwsVpnConnectionId
impl StructuralPartialEq for AwsVpnConnectionId
Auto Trait Implementations§
impl Freeze for AwsVpnConnectionId
impl RefUnwindSafe for AwsVpnConnectionId
impl Send for AwsVpnConnectionId
impl Sync for AwsVpnConnectionId
impl Unpin for AwsVpnConnectionId
impl UnwindSafe for AwsVpnConnectionId
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