pub enum JobPhase {
Configuration,
Discovery,
Fingerprinting,
Extraction,
GraphAssembly,
Communities,
Publication,
CodeGraphSync,
}Expand description
Observable phase of one supervised scan or synchronization pass.
Variants§
Configuration
Workspace configuration and checkout validation.
Discovery
Filesystem artifact discovery.
Fingerprinting
Bounded content fingerprinting.
Extraction
Source-owned extraction and batch encoding.
GraphAssembly
Candidate graph assembly and linking.
Communities
Deterministic community analysis.
Publication
Atomic snapshot persistence.
CodeGraphSync
External repository-local CodeGraph synchronization.
Trait Implementations§
impl Copy for JobPhase
Source§impl<'de> Deserialize<'de> for JobPhase
impl<'de> Deserialize<'de> for JobPhase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for JobPhase
Source§impl JsonSchema for JobPhase
impl JsonSchema for JobPhase
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreimpl StructuralPartialEq for JobPhase
Auto Trait Implementations§
impl Freeze for JobPhase
impl RefUnwindSafe for JobPhase
impl Send for JobPhase
impl Sync for JobPhase
impl Unpin for JobPhase
impl UnsafeUnpin for JobPhase
impl UnwindSafe for JobPhase
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.