pub enum DiffColorMode {
Off,
Ansi,
}Variants§
Trait Implementations§
Source§impl Clone for DiffColorMode
impl Clone for DiffColorMode
Source§fn clone(&self) -> DiffColorMode
fn clone(&self) -> DiffColorMode
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 DiffColorMode
impl Debug for DiffColorMode
Source§impl PartialEq for DiffColorMode
impl PartialEq for DiffColorMode
impl Copy for DiffColorMode
impl Eq for DiffColorMode
impl StructuralPartialEq for DiffColorMode
Auto Trait Implementations§
impl Freeze for DiffColorMode
impl RefUnwindSafe for DiffColorMode
impl Send for DiffColorMode
impl Sync for DiffColorMode
impl Unpin for DiffColorMode
impl UnsafeUnpin for DiffColorMode
impl UnwindSafe for DiffColorMode
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