Struct artifact_app::core::types::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 code: Option<LocData>,
    pub done: Option<String>,
    pub completed: f32,
    pub tested: f32,
}

Fields

Trait Implementations

impl Debug for ArtifactData
[src]

Formats the value using the given formatter.

impl Clone for ArtifactData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 !=.