pub struct QueryParam<'a> { /* private fields */ }Expand description
Query parameter represented as a key-value pair.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for QueryParam<'a>
impl<'a> Clone for QueryParam<'a>
Source§fn clone(&self) -> QueryParam<'a>
fn clone(&self) -> QueryParam<'a>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<'a> Freeze for QueryParam<'a>
impl<'a> RefUnwindSafe for QueryParam<'a>
impl<'a> Send for QueryParam<'a>
impl<'a> Sync for QueryParam<'a>
impl<'a> Unpin for QueryParam<'a>
impl<'a> UnwindSafe for QueryParam<'a>
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