Struct git_global::Repo [] [src]

pub struct Repo { /* fields omitted */ }

A git repo.

Methods

impl Repo
[src]

Trait Implementations

impl PartialEq for Repo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Repo
[src]

impl Hash for Repo
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for Repo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Repo
[src]

Formats the value using the given formatter. Read more