Struct aws_sdk_cloudfront::model::TrustedKeyGroups
source · [−]#[non_exhaustive]pub struct TrustedKeyGroups { /* private fields */ }
Expand description
A list of key groups whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.
Implementations
sourceimpl TrustedKeyGroups
impl TrustedKeyGroups
sourceimpl TrustedKeyGroups
impl TrustedKeyGroups
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrustedKeyGroups
.
Trait Implementations
sourceimpl Clone for TrustedKeyGroups
impl Clone for TrustedKeyGroups
sourcefn clone(&self) -> TrustedKeyGroups
fn clone(&self) -> TrustedKeyGroups
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 TrustedKeyGroups
impl Debug for TrustedKeyGroups
sourceimpl PartialEq<TrustedKeyGroups> for TrustedKeyGroups
impl PartialEq<TrustedKeyGroups> for TrustedKeyGroups
sourcefn eq(&self, other: &TrustedKeyGroups) -> bool
fn eq(&self, other: &TrustedKeyGroups) -> bool
impl StructuralPartialEq for TrustedKeyGroups
Auto Trait Implementations
impl RefUnwindSafe for TrustedKeyGroups
impl Send for TrustedKeyGroups
impl Sync for TrustedKeyGroups
impl Unpin for TrustedKeyGroups
impl UnwindSafe for TrustedKeyGroups
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