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_MD5GIT_CERT_SSH_SHA1Trait Implementations
impl Clone for git_cert_ssh_t[src]
fn clone(&self) -> git_cert_ssh_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