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

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

impl RefUnwindSafe for DirDiff

impl Send for DirDiff

impl Sync for DirDiff

impl Unpin for DirDiff

impl UnwindSafe for DirDiff

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.