Enum gix_refspec::parse::Operation
source · pub enum Operation {
Push,
Fetch,
}
Expand description
Define how the parsed refspec should be used.
Variants§
Push
The src
side is local and the dst
side is remote.
Fetch
The src
side is remote and the dst
side is local.
Trait Implementations§
source§impl Ord for Operation
impl Ord for Operation
source§impl PartialEq for Operation
impl PartialEq for Operation
source§impl PartialOrd for Operation
impl PartialOrd for Operation
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Operation
impl Eq for Operation
impl StructuralPartialEq for Operation
Auto Trait Implementations§
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more