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