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