Struct http4r_core::query::Query
source · [−]Fields
vec: Vec<QueryType>Implementations
sourceimpl Query
impl Query
pub fn empty() -> Query
pub fn from(vec: Vec<(&str, &str)>) -> Query
pub fn get(self, by: &str) -> Option<String>
pub fn get_all(&self, p0: &str) -> Vec<QueryType>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
pub fn add(&self, pair: (&str, &str)) -> Query
pub fn replace(&self, pair: (&str, &str)) -> Query
Auto Trait Implementations
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more