pub struct AwsTransitGatewayAttachmentId(/* private fields */);Expand description
AWS Transit Gateway Attachment ID
Trait Implementations§
Source§impl Clone for AwsTransitGatewayAttachmentId
impl Clone for AwsTransitGatewayAttachmentId
Source§fn clone(&self) -> AwsTransitGatewayAttachmentId
fn clone(&self) -> AwsTransitGatewayAttachmentId
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 From<AwsTransitGatewayAttachmentId> for String
impl From<AwsTransitGatewayAttachmentId> for String
Source§fn from(value: AwsTransitGatewayAttachmentId) -> Self
fn from(value: AwsTransitGatewayAttachmentId) -> Self
Converts to this type from the input type.
Source§impl Hash for AwsTransitGatewayAttachmentId
impl Hash for AwsTransitGatewayAttachmentId
Source§impl Ord for AwsTransitGatewayAttachmentId
impl Ord for AwsTransitGatewayAttachmentId
Source§fn cmp(&self, other: &AwsTransitGatewayAttachmentId) -> Ordering
fn cmp(&self, other: &AwsTransitGatewayAttachmentId) -> 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 AwsTransitGatewayAttachmentId
impl PartialEq for AwsTransitGatewayAttachmentId
Source§fn eq(&self, other: &AwsTransitGatewayAttachmentId) -> bool
fn eq(&self, other: &AwsTransitGatewayAttachmentId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AwsTransitGatewayAttachmentId
impl PartialOrd for AwsTransitGatewayAttachmentId
Source§impl TryFrom<&String> for AwsTransitGatewayAttachmentId
impl TryFrom<&String> for AwsTransitGatewayAttachmentId
Source§impl TryFrom<&str> for AwsTransitGatewayAttachmentId
impl TryFrom<&str> for AwsTransitGatewayAttachmentId
impl Copy for AwsTransitGatewayAttachmentId
impl Eq for AwsTransitGatewayAttachmentId
impl StructuralPartialEq for AwsTransitGatewayAttachmentId
Auto Trait Implementations§
impl Freeze for AwsTransitGatewayAttachmentId
impl RefUnwindSafe for AwsTransitGatewayAttachmentId
impl Send for AwsTransitGatewayAttachmentId
impl Sync for AwsTransitGatewayAttachmentId
impl Unpin for AwsTransitGatewayAttachmentId
impl UnwindSafe for AwsTransitGatewayAttachmentId
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