pub enum DiffFormat {
GitUdiff,
}
Variants§
GitUdiff
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiffFormat
impl RefUnwindSafe for DiffFormat
impl Send for DiffFormat
impl Sync for DiffFormat
impl Unpin for DiffFormat
impl UnwindSafe for DiffFormat
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