Struct spielrs_diff::diff::DirDiff[][src]

pub struct DirDiff {
    pub dir: String,
    pub dir_comp: String,
    pub excluding: Option<Vec<String>>,
    pub recursive_excluding: bool,
}

Fields

dir: String

directory to compare

dir_comp: String

comparation directory

excluding: Option<Vec<String>>

exclude directories or files from the comparation

recursive_excluding: bool

exclude recursively or only the from the root path

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.