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_PLAINTEXT
GIT_CREDTYPE_SSH_KEY
GIT_CREDTYPE_SSH_CUSTOM
GIT_CREDTYPE_DEFAULT
GIT_CREDTYPE_SSH_INTERACTIVE
GIT_CREDTYPE_USERNAME
GIT_CREDTYPE_SSH_MEMORY

Trait Implementations

Derived Implementations

impl Clone for git_credtype_t

fn clone(&self) -> git_credtype_t

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

impl Copy for git_credtype_t