Struct git_find::GitRepo[][src]

pub struct GitRepo { /* fields omitted */ }

Trait Implementations

impl Clone for GitRepo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<GitRepo> for Value
[src]

Performs the conversion.

impl<'a> From<&'a Path> for GitRepo
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for GitRepo

impl Sync for GitRepo