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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Direction

impl Sync for Direction