#[non_exhaustive]pub struct DescribeKeyPairsOutput { /* private fields */ }
Implementations§
source§impl DescribeKeyPairsOutput
impl DescribeKeyPairsOutput
sourcepub fn key_pairs(&self) -> Option<&[KeyPairInfo]>
pub fn key_pairs(&self) -> Option<&[KeyPairInfo]>
Information about the key pairs.
source§impl DescribeKeyPairsOutput
impl DescribeKeyPairsOutput
sourcepub fn builder() -> DescribeKeyPairsOutputBuilder
pub fn builder() -> DescribeKeyPairsOutputBuilder
Creates a new builder-style object to manufacture DescribeKeyPairsOutput
.
Trait Implementations§
source§impl Clone for DescribeKeyPairsOutput
impl Clone for DescribeKeyPairsOutput
source§fn clone(&self) -> DescribeKeyPairsOutput
fn clone(&self) -> DescribeKeyPairsOutput
Returns a copy 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 DescribeKeyPairsOutput
impl Debug for DescribeKeyPairsOutput
source§impl PartialEq<DescribeKeyPairsOutput> for DescribeKeyPairsOutput
impl PartialEq<DescribeKeyPairsOutput> for DescribeKeyPairsOutput
source§fn eq(&self, other: &DescribeKeyPairsOutput) -> bool
fn eq(&self, other: &DescribeKeyPairsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeKeyPairsOutput
impl RequestId for DescribeKeyPairsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeKeyPairsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeKeyPairsOutput
impl Send for DescribeKeyPairsOutput
impl Sync for DescribeKeyPairsOutput
impl Unpin for DescribeKeyPairsOutput
impl UnwindSafe for DescribeKeyPairsOutput
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