pub struct QueryHash(/* private fields */);Expand description
A query hash for fast lookup.
Implementations§
Trait Implementations§
impl Copy for QueryHash
impl Eq for QueryHash
impl StructuralPartialEq for QueryHash
Auto Trait Implementations§
impl Freeze for QueryHash
impl RefUnwindSafe for QueryHash
impl Send for QueryHash
impl Sync for QueryHash
impl Unpin for QueryHash
impl UnwindSafe for QueryHash
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