pub struct QueryKey { /* private fields */ }Expand description
A key for looking up cached queries.
Implementations§
Trait Implementations§
impl Eq for QueryKey
impl StructuralPartialEq for QueryKey
Auto Trait Implementations§
impl Freeze for QueryKey
impl RefUnwindSafe for QueryKey
impl Send for QueryKey
impl Sync for QueryKey
impl Unpin for QueryKey
impl UnwindSafe for QueryKey
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