pub struct QueryMap(/* private fields */);
Implementations§
source§impl QueryMap
impl QueryMap
pub fn from_query_str(value: &str) -> Self
pub fn new(map: OrderedMap<String, QueryValue>) -> Self
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn get(&self, key: impl AsRef<str>) -> Option<&str>
pub fn get_all(&self, key: impl AsRef<str>) -> GetAll<'_> ⓘ
pub fn contains(&self, key: impl AsRef<str>) -> bool
Trait Implementations§
source§impl IntoIterator for QueryMap
impl IntoIterator for QueryMap
Auto Trait Implementations§
impl Freeze for QueryMap
impl RefUnwindSafe for QueryMap
impl Send for QueryMap
impl Sync for QueryMap
impl Unpin for QueryMap
impl UnwindSafe for QueryMap
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)