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