Enum libgit2_sys::git_ref_t [] [src]

pub enum git_ref_t {
    GIT_REF_INVALID,
    GIT_REF_OID,
    GIT_REF_SYMBOLIC,
    GIT_REF_LISTALL,
}

Variants

GIT_REF_INVALIDGIT_REF_OIDGIT_REF_SYMBOLICGIT_REF_LISTALL

Trait Implementations

impl Clone for git_ref_t
[src]

fn clone(&self) -> git_ref_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

impl Copy for git_ref_t
[src]