Struct git2::DiffPatchidOptions
source · pub struct DiffPatchidOptions { /* private fields */ }
Expand description
Control behavior of formatting emails
Implementations§
Auto Trait Implementations§
impl Freeze for DiffPatchidOptions
impl RefUnwindSafe for DiffPatchidOptions
impl Send for DiffPatchidOptions
impl Sync for DiffPatchidOptions
impl Unpin for DiffPatchidOptions
impl UnwindSafe for DiffPatchidOptions
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