Enum libgit2_sys::git_cert_t [] [src]

pub enum git_cert_t {
    GIT_CERT_X509,
    GIT_CERT_HOSTKEY_LIBSSH2,
}

Variants

GIT_CERT_X509
GIT_CERT_HOSTKEY_LIBSSH2

Trait Implementations

Derived Implementations

impl PartialEq for git_cert_t

fn eq(&self, __arg_0: &git_cert_t) -> bool

fn ne(&self, __arg_0: &git_cert_t) -> bool

impl Clone for git_cert_t

fn clone(&self) -> git_cert_t

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

impl Copy for git_cert_t