pub struct QueryEnv<'t, T> {
pub data: &'t HashMap<Key, T>,
}
Fields§
§data: &'t HashMap<Key, T>
Trait Implementations§
Auto Trait Implementations§
impl<'t, T> Freeze for QueryEnv<'t, T>
impl<'t, T> RefUnwindSafe for QueryEnv<'t, T>where
T: RefUnwindSafe,
impl<'t, T> Send for QueryEnv<'t, T>where
T: Sync,
impl<'t, T> Sync for QueryEnv<'t, T>where
T: Sync,
impl<'t, T> Unpin for QueryEnv<'t, T>
impl<'t, T> UnwindSafe for QueryEnv<'t, T>where
T: RefUnwindSafe,
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