pub struct QueryBuild;Expand description
Gating type for completed query
Auto Trait Implementations§
impl Freeze for QueryBuild
impl RefUnwindSafe for QueryBuild
impl Send for QueryBuild
impl Sync for QueryBuild
impl Unpin for QueryBuild
impl UnwindSafe for QueryBuild
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