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