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
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