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