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