Struct artifact_app::ui::FmtSettings [] [src]

pub struct FmtSettings {
    pub long: bool,
    pub recurse: u8,
    pub path: bool,
    pub parts: bool,
    pub partof: bool,
    pub loc_path: bool,
    pub text: bool,
    pub color: bool,
}

settings for what to format

Fields

Methods

impl FmtSettings
[src]

Trait Implementations

impl Debug for FmtSettings
[src]

Formats the value using the given formatter.

impl Default for FmtSettings
[src]

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

impl Clone for FmtSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FmtSettings
[src]

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

This method tests for !=.

impl Eq for FmtSettings
[src]