Enum libgit2_sys::git_credtype_t [] [src]

pub enum git_credtype_t {
    GIT_CREDTYPE_USERPASS_PLAINTEXT,
    GIT_CREDTYPE_SSH_KEY,
    GIT_CREDTYPE_SSH_CUSTOM,
    GIT_CREDTYPE_DEFAULT,
    GIT_CREDTYPE_SSH_INTERACTIVE,
    GIT_CREDTYPE_USERNAME,
    GIT_CREDTYPE_SSH_MEMORY,
}

Variants

GIT_CREDTYPE_USERPASS_PLAINTEXTGIT_CREDTYPE_SSH_KEYGIT_CREDTYPE_SSH_CUSTOMGIT_CREDTYPE_DEFAULTGIT_CREDTYPE_SSH_INTERACTIVEGIT_CREDTYPE_USERNAMEGIT_CREDTYPE_SSH_MEMORY

Trait Implementations

impl Clone for git_credtype_t
[src]

fn clone(&self) -> git_credtype_t

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_credtype_t
[src]