pub struct SemanticGraphDownstreamReadinessV0 {
pub status: &'static str,
pub semantic_graph_ready: bool,
pub downstream_check_ready: bool,
pub precise_rename_ready: bool,
pub formatter_ready: bool,
pub recovery_diagnostics_observed: bool,
pub blocking_gap_count: usize,
}Fields§
§status: &'static str§semantic_graph_ready: bool§downstream_check_ready: bool§precise_rename_ready: bool§formatter_ready: bool§recovery_diagnostics_observed: bool§blocking_gap_count: usizeTrait Implementations§
Source§impl Clone for SemanticGraphDownstreamReadinessV0
impl Clone for SemanticGraphDownstreamReadinessV0
Source§fn clone(&self) -> SemanticGraphDownstreamReadinessV0
fn clone(&self) -> SemanticGraphDownstreamReadinessV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for SemanticGraphDownstreamReadinessV0
Source§impl PartialEq for SemanticGraphDownstreamReadinessV0
impl PartialEq for SemanticGraphDownstreamReadinessV0
Source§fn eq(&self, other: &SemanticGraphDownstreamReadinessV0) -> bool
fn eq(&self, other: &SemanticGraphDownstreamReadinessV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SemanticGraphDownstreamReadinessV0
Auto Trait Implementations§
impl Freeze for SemanticGraphDownstreamReadinessV0
impl RefUnwindSafe for SemanticGraphDownstreamReadinessV0
impl Send for SemanticGraphDownstreamReadinessV0
impl Sync for SemanticGraphDownstreamReadinessV0
impl Unpin for SemanticGraphDownstreamReadinessV0
impl UnsafeUnpin for SemanticGraphDownstreamReadinessV0
impl UnwindSafe for SemanticGraphDownstreamReadinessV0
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.