Enum libgit2_sys::git_remote_completion_type [] [src]

pub enum git_remote_completion_type {
    GIT_REMOTE_COMPLETION_DOWNLOAD,
    GIT_REMOTE_COMPLETION_INDEXING,
    GIT_REMOTE_COMPLETION_ERROR,
}

Variants

GIT_REMOTE_COMPLETION_DOWNLOAD
GIT_REMOTE_COMPLETION_INDEXING
GIT_REMOTE_COMPLETION_ERROR

Trait Implementations

Derived Implementations

impl Clone for git_remote_completion_type

fn clone(&self) -> git_remote_completion_type

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

impl Copy for git_remote_completion_type