Expand description
Options when loading git config using File::from_paths_metadata()
.
Fields
includes: Options<'a>
Configure how to follow includes while handling paths.
lossy: bool
If true, only value-bearing parse events will be kept to reduce memory usage and increase performance.
Note that doing so will degenerate write_to()
and strip it off its comments
and additional whitespace entirely, but will otherwise be a valid configuration file.
Trait Implementations
impl<'a> Copy for Options<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Options<'a>
impl<'a> Send for Options<'a>
impl<'a> Sync for Options<'a>
impl<'a> Unpin for Options<'a>
impl<'a> UnwindSafe for Options<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more