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