Enum artifact_app::core::types::Done [] [src]

pub enum Done {
    Code(Loc),
    Defined(String),
    NotDone,
}

is the artifact "done by definition" It is done by definition if: - it is found in source code - it has it's done field set

Variants

Artifact is implemented in code

artifact has it's done field defined

artifact is NOT "done by definition"

Methods

impl Done
[src]

Trait Implementations

impl Debug for Done
[src]

Formats the value using the given formatter.

impl Clone for Done
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Done
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Done
[src]

Formats the value using the given formatter.