Enum libgit2_sys::git_checkout_notify_t [] [src]

pub enum git_checkout_notify_t {
    GIT_CHECKOUT_NOTIFY_NONE,
    GIT_CHECKOUT_NOTIFY_CONFLICT,
    GIT_CHECKOUT_NOTIFY_DIRTY,
    GIT_CHECKOUT_NOTIFY_UPDATED,
    GIT_CHECKOUT_NOTIFY_UNTRACKED,
    GIT_CHECKOUT_NOTIFY_IGNORED,
    GIT_CHECKOUT_NOTIFY_ALL,
}

Variants

GIT_CHECKOUT_NOTIFY_NONE
GIT_CHECKOUT_NOTIFY_CONFLICT
GIT_CHECKOUT_NOTIFY_DIRTY
GIT_CHECKOUT_NOTIFY_UPDATED
GIT_CHECKOUT_NOTIFY_UNTRACKED
GIT_CHECKOUT_NOTIFY_IGNORED
GIT_CHECKOUT_NOTIFY_ALL

Trait Implementations

Derived Implementations

impl Clone for git_checkout_notify_t

fn clone(&self) -> git_checkout_notify_t

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

impl Copy for git_checkout_notify_t