Enum git2::Direction [] [src]

pub enum Direction {
    Fetch,
    Push,
}

An enumeration of the possible directions for a remote.

Variants

Data will be fetched (read) from this remote.

Data will be pushed (written) to this remote.

Trait Implementations

impl Copy for Direction
[src]

impl Clone for Direction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more