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