Struct aws_sdk_cloudfront::types::PublicKeySummary
source · #[non_exhaustive]pub struct PublicKeySummary { /* private fields */ }Expand description
Contains information about a public key.
Implementations§
source§impl PublicKeySummary
impl PublicKeySummary
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The date and time when the public key was uploaded.
sourcepub fn encoded_key(&self) -> Option<&str>
pub fn encoded_key(&self) -> Option<&str>
The public key.
source§impl PublicKeySummary
impl PublicKeySummary
sourcepub fn builder() -> PublicKeySummaryBuilder
pub fn builder() -> PublicKeySummaryBuilder
Creates a new builder-style object to manufacture PublicKeySummary.
Trait Implementations§
source§impl Clone for PublicKeySummary
impl Clone for PublicKeySummary
source§fn clone(&self) -> PublicKeySummary
fn clone(&self) -> PublicKeySummary
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 PublicKeySummary
impl Debug for PublicKeySummary
source§impl PartialEq<PublicKeySummary> for PublicKeySummary
impl PartialEq<PublicKeySummary> for PublicKeySummary
source§fn eq(&self, other: &PublicKeySummary) -> bool
fn eq(&self, other: &PublicKeySummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PublicKeySummary
Auto Trait Implementations§
impl RefUnwindSafe for PublicKeySummary
impl Send for PublicKeySummary
impl Sync for PublicKeySummary
impl Unpin for PublicKeySummary
impl UnwindSafe for PublicKeySummary
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