Struct git_find::WorkingPaths[][src]

pub struct WorkingPaths { /* fields omitted */ }

Trait Implementations

impl Debug for WorkingPaths
[src]

Formats the value using the given formatter. Read more

impl Clone for WorkingPaths
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<WorkingPaths> for Value
[src]

Performs the conversion.

Auto Trait Implementations