Struct aws_sdk_cloudfront::model::KeyPairIds
source · [−]#[non_exhaustive]pub struct KeyPairIds { /* private fields */ }
Expand description
A list of CloudFront key pair identifiers.
Implementations
sourceimpl KeyPairIds
impl KeyPairIds
sourceimpl KeyPairIds
impl KeyPairIds
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture KeyPairIds
.
Trait Implementations
sourceimpl Clone for KeyPairIds
impl Clone for KeyPairIds
sourcefn clone(&self) -> KeyPairIds
fn clone(&self) -> KeyPairIds
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for KeyPairIds
impl Debug for KeyPairIds
sourceimpl PartialEq<KeyPairIds> for KeyPairIds
impl PartialEq<KeyPairIds> for KeyPairIds
sourcefn eq(&self, other: &KeyPairIds) -> bool
fn eq(&self, other: &KeyPairIds) -> bool
impl StructuralPartialEq for KeyPairIds
Auto Trait Implementations
impl RefUnwindSafe for KeyPairIds
impl Send for KeyPairIds
impl Sync for KeyPairIds
impl Unpin for KeyPairIds
impl UnwindSafe for KeyPairIds
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more