Enum libgit2_sys::git_config_level_t
[−]
[src]
pub enum git_config_level_t {
GIT_CONFIG_LEVEL_SYSTEM,
GIT_CONFIG_LEVEL_XDG,
GIT_CONFIG_LEVEL_GLOBAL,
GIT_CONFIG_LEVEL_LOCAL,
GIT_CONFIG_LEVEL_APP,
GIT_CONFIG_HIGHEST_LEVEL,
}Variants
GIT_CONFIG_LEVEL_SYSTEMGIT_CONFIG_LEVEL_XDGGIT_CONFIG_LEVEL_GLOBALGIT_CONFIG_LEVEL_LOCALGIT_CONFIG_LEVEL_APPGIT_CONFIG_HIGHEST_LEVELTrait Implementations
impl Clone for git_config_level_t[src]
fn clone(&self) -> git_config_level_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