[][src]Enum mhgit::GitOut

pub enum GitOut {
    Print,
    Pipe,
}

GitOut indicates if git output should be piped or printed.

Variants

Print
Pipe

Trait Implementations

impl Debug for GitOut[src]

impl Default for GitOut[src]

impl Eq for GitOut[src]

impl Hash for GitOut[src]

impl PartialEq<GitOut> for GitOut[src]

impl StructuralEq for GitOut[src]

impl StructuralPartialEq for GitOut[src]

Auto Trait Implementations

impl RefUnwindSafe for GitOut

impl Send for GitOut

impl Sync for GitOut

impl Unpin for GitOut

impl UnwindSafe for GitOut

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.