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