pub struct QueryPair { /* private fields */ }Auto Trait Implementations§
impl Freeze for QueryPair
impl RefUnwindSafe for QueryPair
impl Send for QueryPair
impl Sync for QueryPair
impl Unpin for QueryPair
impl UnwindSafe for QueryPair
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