pub struct IndexPhaseTransition {
pub from: IndexPhase,
pub to: IndexPhase,
}Expand description
A phase transition while building the workspace index.
Fields§
§from: IndexPhaseTransition start phase.
to: IndexPhaseTransition end phase.
Trait Implementations§
Source§impl Clone for IndexPhaseTransition
impl Clone for IndexPhaseTransition
Source§fn clone(&self) -> IndexPhaseTransition
fn clone(&self) -> IndexPhaseTransition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IndexPhaseTransition
impl Debug for IndexPhaseTransition
Source§impl Hash for IndexPhaseTransition
impl Hash for IndexPhaseTransition
Source§impl PartialEq for IndexPhaseTransition
impl PartialEq for IndexPhaseTransition
impl Copy for IndexPhaseTransition
impl Eq for IndexPhaseTransition
impl StructuralPartialEq for IndexPhaseTransition
Auto Trait Implementations§
impl Freeze for IndexPhaseTransition
impl RefUnwindSafe for IndexPhaseTransition
impl Send for IndexPhaseTransition
impl Sync for IndexPhaseTransition
impl Unpin for IndexPhaseTransition
impl UnsafeUnpin for IndexPhaseTransition
impl UnwindSafe for IndexPhaseTransition
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.