pub struct DiffRenderOptions {
pub compact: bool,
pub color: DiffColorMode,
}Fields§
§compact: bool§color: DiffColorModeTrait Implementations§
Source§impl Clone for DiffRenderOptions
impl Clone for DiffRenderOptions
Source§fn clone(&self) -> DiffRenderOptions
fn clone(&self) -> DiffRenderOptions
Returns a duplicate 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 DiffRenderOptions
impl Debug for DiffRenderOptions
Source§impl Default for DiffRenderOptions
impl Default for DiffRenderOptions
Source§impl PartialEq for DiffRenderOptions
impl PartialEq for DiffRenderOptions
impl Copy for DiffRenderOptions
impl Eq for DiffRenderOptions
impl StructuralPartialEq for DiffRenderOptions
Auto Trait Implementations§
impl Freeze for DiffRenderOptions
impl RefUnwindSafe for DiffRenderOptions
impl Send for DiffRenderOptions
impl Sync for DiffRenderOptions
impl Unpin for DiffRenderOptions
impl UnsafeUnpin for DiffRenderOptions
impl UnwindSafe for DiffRenderOptions
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