pub struct QueryState { /* private fields */ }Implementations§
Source§impl QueryState
impl QueryState
pub fn queued() -> Self
pub fn phase(&self) -> QueryPhase
pub fn set_phase(&self, phase: QueryPhase)
pub fn try_start(&self) -> bool
pub fn is_finished(&self) -> bool
Auto Trait Implementations§
impl !Freeze for QueryState
impl RefUnwindSafe for QueryState
impl Send for QueryState
impl Sync for QueryState
impl Unpin for QueryState
impl UnsafeUnpin for QueryState
impl UnwindSafe for QueryState
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