pub struct QueryKey { /* private fields */ }
Trait Implementations§
Source§impl Ord for QueryKey
impl Ord for QueryKey
Source§impl PartialOrd for QueryKey
impl PartialOrd for QueryKey
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