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_DOWNLOADGIT_REMOTE_COMPLETION_INDEXINGGIT_REMOTE_COMPLETION_ERROR

Trait Implementations

impl Clone for git_remote_completion_type
[src]

fn clone(&self) -> git_remote_completion_type

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 Copy for git_remote_completion_type
[src]