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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DiffColorMode
Source§impl Debug for DiffColorMode
impl Debug for DiffColorMode
impl Eq for DiffColorMode
Source§impl PartialEq for DiffColorMode
impl PartialEq for DiffColorMode
Source§fn eq(&self, other: &DiffColorMode) -> bool
fn eq(&self, other: &DiffColorMode) -> bool
Tests for
self and other values to be equal, and is used by ==.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