Enum libgit2_sys::git_error_code [] [src]

pub enum git_error_code {
    GIT_OK,
    GIT_ERROR,
    GIT_ENOTFOUND,
    GIT_EEXISTS,
    GIT_EAMBIGUOUS,
    GIT_EBUFS,
    GIT_EUSER,
    GIT_EBAREREPO,
    GIT_EUNBORNBRANCH,
    GIT_EUNMERGED,
    GIT_ENONFASTFORWARD,
    GIT_EINVALIDSPEC,
    GIT_ECONFLICT,
    GIT_ELOCKED,
    GIT_EMODIFIED,
    GIT_EAUTH,
    GIT_ECERTIFICATE,
    GIT_EAPPLIED,
    GIT_EPEEL,
    GIT_EEOF,
    GIT_EINVALID,
    GIT_EUNCOMMITTED,
    GIT_EDIRECTORY,
    GIT_PASSTHROUGH,
    GIT_ITEROVER,
}

Variants

GIT_OKGIT_ERRORGIT_ENOTFOUNDGIT_EEXISTSGIT_EAMBIGUOUSGIT_EBUFSGIT_EUSERGIT_EBAREREPOGIT_EUNBORNBRANCHGIT_EUNMERGEDGIT_ENONFASTFORWARDGIT_EINVALIDSPECGIT_ECONFLICTGIT_ELOCKEDGIT_EMODIFIEDGIT_EAUTHGIT_ECERTIFICATEGIT_EAPPLIEDGIT_EPEELGIT_EEOFGIT_EINVALIDGIT_EUNCOMMITTEDGIT_EDIRECTORYGIT_PASSTHROUGHGIT_ITEROVER

Trait Implementations

impl Copy for git_error_code
[src]

impl Clone for git_error_code
[src]

fn clone(&self) -> git_error_code

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Eq for git_error_code
[src]

impl PartialEq for git_error_code
[src]

fn eq(&self, __arg_0: &git_error_code) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.