Struct git_repository::index::write::Options
source · pub struct Options {
pub extensions: Extensions,
}
Expand description
The options for use when writing an index.
Note that default options write either index V2 or V3 depending on the content of the entries.
Fields
extensions: Extensions
Configures which extensions to write
Trait Implementations
impl Copy for Options
Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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