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