Struct aws_sdk_cloudfront::types::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() -> CookieNamesBuilder
pub fn builder() -> CookieNamesBuilder
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 ==.impl StructuralPartialEq for CookieNames
Auto Trait Implementations§
impl RefUnwindSafe for CookieNames
impl Send for CookieNames
impl Sync for CookieNames
impl Unpin for CookieNames
impl UnwindSafe for CookieNames
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more