Struct git_config_env::ConfigParameters
source · pub struct ConfigParameters { /* private fields */ }Expand description
Read GIT_CONFIG_PARAMETERS
These are the -c parameters, passed from the git process to the subcommand.
See parse_parameter for how to parse the -c parameter.
Implementations§
Trait Implementations§
source§impl Clone for ConfigParameters
impl Clone for ConfigParameters
source§fn clone(&self) -> ConfigParameters
fn clone(&self) -> ConfigParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ConfigParameters
impl Debug for ConfigParameters
source§impl Default for ConfigParameters
impl Default for ConfigParameters
source§fn default() -> ConfigParameters
fn default() -> ConfigParameters
Returns the “default value” for a type. Read more
source§impl<'s> IntoIterator for &'s ConfigParameters
impl<'s> IntoIterator for &'s ConfigParameters
source§impl PartialEq<ConfigParameters> for ConfigParameters
impl PartialEq<ConfigParameters> for ConfigParameters
source§fn eq(&self, other: &ConfigParameters) -> bool
fn eq(&self, other: &ConfigParameters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.