Struct artifact_app::ui::FmtArtifact [] [src]

pub struct FmtArtifact {
    pub long: bool,
    pub path: Option<PathBuf>,
    pub parts: Option<Vec<FmtArtifact>>,
    pub partof: Option<Vec<FmtArtifact>>,
    pub loc: Option<Loc>,
    pub text: Option<String>,
    pub name: ArtNameRc,
}

structure which contains all the information necessary to format an artifact for cmdline, html, or anything else purposely doesn't contain items that are always displayed such as completed or tested

Fields

Methods

impl FmtArtifact
[src]

write the formatted version of the artifact to the cmdline writter

SPC-cmd-ls-color

Trait Implementations

impl Debug for FmtArtifact
[src]

Formats the value using the given formatter.

impl Default for FmtArtifact
[src]

Returns the "default value" for a type. Read more