Enum libgit2_sys::git_otype [] [src]

pub enum git_otype {
    GIT_OBJ_ANY,
    GIT_OBJ_BAD,
    GIT_OBJ__EXT1,
    GIT_OBJ_COMMIT,
    GIT_OBJ_TREE,
    GIT_OBJ_BLOB,
    GIT_OBJ_TAG,
    GIT_OBJ__EXT2,
    GIT_OBJ_OFS_DELTA,
    GIT_OBJ_REF_DELTA,
}

Variants

GIT_OBJ_ANYGIT_OBJ_BADGIT_OBJ__EXT1GIT_OBJ_COMMITGIT_OBJ_TREEGIT_OBJ_BLOBGIT_OBJ_TAGGIT_OBJ__EXT2GIT_OBJ_OFS_DELTAGIT_OBJ_REF_DELTA

Trait Implementations

impl Clone for git_otype
[src]

fn clone(&self) -> git_otype

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_otype
[src]