Skip to main content

PlanAnnotations

Type Alias PlanAnnotations 

Source
pub type PlanAnnotations = PlanEvidence;
Expand description

Compatibility name for the evidence type used by the former annotation API.

Aliased Type§

pub struct PlanAnnotations {
    pub created_at: Option<String>,
    pub graph_revision: GraphRevision,
    pub completeness_proof: Option<CompletenessProof>,
    pub uncertain_references: Option<Vec<UncertainReference>>,
    pub not_modified: Option<Vec<NotModified>>,
    pub warnings: Option<Vec<WarningCode>>,
    pub follow_up: Option<String>,
    pub syntax_check: Option<StatusCode>,
    pub extensions: BTreeMap<String, Value>,
}

Fields§

§created_at: Option<String>§graph_revision: GraphRevision§completeness_proof: Option<CompletenessProof>§uncertain_references: Option<Vec<UncertainReference>>§not_modified: Option<Vec<NotModified>>§warnings: Option<Vec<WarningCode>>§follow_up: Option<String>§syntax_check: Option<StatusCode>§extensions: BTreeMap<String, Value>