Struct rst_app::ArtifactData [] [src]

pub struct ArtifactData {
    pub id: u64,
    pub name: String,
    pub path: String,
    pub text: String,
    pub partof: Vec<String>,
    pub parts: Vec<String>,
    pub loc: Option<LocData>,
    pub completed: f32,
    pub tested: f32,
}

Fields

Trait Implementations

impl PartialEq for ArtifactData
[src]

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

This method tests for !=.

impl Debug for ArtifactData
[src]

Formats the value using the given formatter.