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