Enum libgit2_sys::git_cert_t
[−]
[src]
pub enum git_cert_t {
GIT_CERT_X509,
GIT_CERT_HOSTKEY_LIBSSH2,
}Variants
GIT_CERT_X509GIT_CERT_HOSTKEY_LIBSSH2Trait Implementations
impl PartialEq for git_cert_t[src]
fn eq(&self, __arg_0: &git_cert_t) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Clone for git_cert_t[src]
fn clone(&self) -> git_cert_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