pub struct DescribeKeyPairsResult {
pub key_pairs: Option<Vec<KeyPairInfo>>,
}Fields§
§key_pairs: Option<Vec<KeyPairInfo>>Information about the key pairs.
Trait Implementations§
Source§impl Clone for DescribeKeyPairsResult
impl Clone for DescribeKeyPairsResult
Source§fn clone(&self) -> DescribeKeyPairsResult
fn clone(&self) -> DescribeKeyPairsResult
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 DescribeKeyPairsResult
impl Debug for DescribeKeyPairsResult
Source§impl Default for DescribeKeyPairsResult
impl Default for DescribeKeyPairsResult
Source§fn default() -> DescribeKeyPairsResult
fn default() -> DescribeKeyPairsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeKeyPairsResult
impl PartialEq for DescribeKeyPairsResult
impl StructuralPartialEq for DescribeKeyPairsResult
Auto Trait Implementations§
impl Freeze for DescribeKeyPairsResult
impl RefUnwindSafe for DescribeKeyPairsResult
impl Send for DescribeKeyPairsResult
impl Sync for DescribeKeyPairsResult
impl Unpin for DescribeKeyPairsResult
impl UnwindSafe for DescribeKeyPairsResult
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