pub struct Query<K, V> { /* private fields */ }Expand description
A registered query callback.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, V> !RefUnwindSafe for Query<K, V>
impl<K, V> !UnwindSafe for Query<K, V>
impl<K, V> Freeze for Query<K, V>
impl<K, V> Send for Query<K, V>
impl<K, V> Sync for Query<K, V>
impl<K, V> Unpin for Query<K, V>
impl<K, V> UnsafeUnpin for Query<K, V>
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