Struct git_find::GitRepo [] [src]

pub struct GitRepo { /* fields omitted */ }

Trait Implementations

impl Debug for GitRepo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GitRepo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<GitRepo> for Value
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for GitRepo

impl Sync for GitRepo