Struct artifact_app::core::types::Artifact [] [src]

pub struct Artifact {
    pub path: PathBuf,
    pub text: String,
    pub partof: ArtNames,
    pub parts: ArtNames,
    pub loc: Option<Loc>,
    pub completed: f32,
    pub tested: f32,
}

The Artifact type. This encapsulates REQ, SPC, RSK, and TST artifacts and contains space to link them

SPC-artifact

Fields

Methods

impl Artifact
[src]

impl Artifact
[src]

from_str is mosty used to make testing and one-off development easier

Trait Implementations

impl Clone for Artifact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Artifact
[src]

Formats the value using the given formatter.

impl PartialEq for Artifact
[src]

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

This method tests for !=.