Enum libgit2_sys::git_clone_local_t
[−]
[src]
pub enum git_clone_local_t { GIT_CLONE_LOCAL_AUTO, GIT_CLONE_LOCAL, GIT_CLONE_NO_LOCAL, GIT_CLONE_LOCAL_NO_LINKS, }
Variants
GIT_CLONE_LOCAL_AUTO
GIT_CLONE_LOCAL
GIT_CLONE_NO_LOCAL
GIT_CLONE_LOCAL_NO_LINKS
Trait Implementations
impl Clone for git_clone_local_t
[src]
fn clone(&self) -> git_clone_local_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