Enum git2::Direction [−][src]
pub enum Direction {
Fetch,
Push,
}
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for Direction
impl UnwindSafe for Direction
Blanket Implementations
Mutably borrows from an owned value. Read more