pub struct QueryRef(/* private fields */);Expand description
Strongly typed reference to a query operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryRef
impl !RefUnwindSafe for QueryRef
impl Send for QueryRef
impl Sync for QueryRef
impl Unpin for QueryRef
impl !UnwindSafe for QueryRef
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