Enum libgit2_sys::git_cert_ssh_t [] [src]

pub enum git_cert_ssh_t {
    GIT_CERT_SSH_MD5,
    GIT_CERT_SSH_SHA1,
}

Variants

GIT_CERT_SSH_MD5
GIT_CERT_SSH_SHA1

Trait Implementations

Derived Implementations

impl Clone for git_cert_ssh_t

fn clone(&self) -> git_cert_ssh_t

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

impl Copy for git_cert_ssh_t