pub enum DiffColorLevel {
Full,
Ansi256,
Ansi16,
None,
}Variants§
Trait Implementations§
Source§impl Clone for DiffColorLevel
impl Clone for DiffColorLevel
Source§fn clone(&self) -> DiffColorLevel
fn clone(&self) -> DiffColorLevel
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 DiffColorLevel
Auto Trait Implementations§
impl Freeze for DiffColorLevel
impl RefUnwindSafe for DiffColorLevel
impl Send for DiffColorLevel
impl Sync for DiffColorLevel
impl Unpin for DiffColorLevel
impl UnsafeUnpin for DiffColorLevel
impl UnwindSafe for DiffColorLevel
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