pub struct QueryItem<T> { /* private fields */ }Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for QueryItem<T>
impl<T> !Send for QueryItem<T>
impl<T> !Sync for QueryItem<T>
impl<T> Unpin for QueryItem<T> where
T: Unpin,
impl<T> !UnwindSafe for QueryItem<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more