Struct aws_sdk_cloudfront::model::CacheBehaviors
source · #[non_exhaustive]pub struct CacheBehaviors { /* private fields */ }
Expand description
A complex type that contains zero or more CacheBehavior
elements.
Implementations§
source§impl CacheBehaviors
impl CacheBehaviors
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CacheBehaviors
.
Trait Implementations§
source§impl Clone for CacheBehaviors
impl Clone for CacheBehaviors
source§fn clone(&self) -> CacheBehaviors
fn clone(&self) -> CacheBehaviors
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 CacheBehaviors
impl Debug for CacheBehaviors
source§impl PartialEq<CacheBehaviors> for CacheBehaviors
impl PartialEq<CacheBehaviors> for CacheBehaviors
source§fn eq(&self, other: &CacheBehaviors) -> bool
fn eq(&self, other: &CacheBehaviors) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.