pub struct QueryMap(/* private fields */);Expand description
A read-only view into a map of data which may contain multiple values
Internally data is always represented as many values
Implementations§
Trait Implementations§
impl StructuralPartialEq 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