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

pub struct RawArtifact {
    pub partof: Option<String>,
    pub text: Option<String>,
    pub done: Option<String>,
}

Fields

Trait Implementations

impl Debug for RawArtifact
[src]

Formats the value using the given formatter.

impl Clone for RawArtifact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RawArtifact
[src]

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

This method tests for !=.

impl Encodable for RawArtifact
[src]

Serialize a value using an Encoder.

impl Decodable for RawArtifact
[src]

Deserialize a value using a Decoder.