#[non_exhaustive]pub struct QueryStringKeyValuePair { /* private fields */ }
Expand description
Information about a key/value pair.
Implementations
sourceimpl QueryStringKeyValuePair
impl QueryStringKeyValuePair
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture QueryStringKeyValuePair
.
Trait Implementations
sourceimpl Clone for QueryStringKeyValuePair
impl Clone for QueryStringKeyValuePair
sourcefn clone(&self) -> QueryStringKeyValuePair
fn clone(&self) -> QueryStringKeyValuePair
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QueryStringKeyValuePair
impl Debug for QueryStringKeyValuePair
sourceimpl PartialEq<QueryStringKeyValuePair> for QueryStringKeyValuePair
impl PartialEq<QueryStringKeyValuePair> for QueryStringKeyValuePair
sourcefn eq(&self, other: &QueryStringKeyValuePair) -> bool
fn eq(&self, other: &QueryStringKeyValuePair) -> bool
impl StructuralPartialEq for QueryStringKeyValuePair
Auto Trait Implementations
impl RefUnwindSafe for QueryStringKeyValuePair
impl Send for QueryStringKeyValuePair
impl Sync for QueryStringKeyValuePair
impl Unpin for QueryStringKeyValuePair
impl UnwindSafe for QueryStringKeyValuePair
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more