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 for ConfigParameters
impl PartialEq for ConfigParameters
impl Eq for ConfigParameters
impl StructuralPartialEq for ConfigParameters
Auto Trait Implementations§
impl Freeze for ConfigParameters
impl RefUnwindSafe for ConfigParameters
impl Send for ConfigParameters
impl Sync for ConfigParameters
impl Unpin for ConfigParameters
impl UnwindSafe for ConfigParameters
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more