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

pub struct RawSettings {
    pub artifact_paths: Option<Vec<String>>,
    pub code_paths: Option<Vec<String>>,
    pub exclude_code_paths: Option<Vec<String>>,
    pub additional_repos: Option<Vec<String>>,
}

Fields

Trait Implementations

impl Debug for RawSettings
[src]

Formats the value using the given formatter.

impl Clone for RawSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RawSettings
[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 RawSettings
[src]

Serialize a value using an Encoder.

impl Decodable for RawSettings
[src]

Deserialize a value using a Decoder.