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