pub enum WordDiffMode {
Plain,
Porcelain,
Color,
}Variants§
Trait Implementations§
Source§impl Clone for WordDiffMode
impl Clone for WordDiffMode
Source§fn clone(&self) -> WordDiffMode
fn clone(&self) -> WordDiffMode
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 WordDiffMode
impl Eq for WordDiffMode
Source§impl PartialEq for WordDiffMode
impl PartialEq for WordDiffMode
Source§fn eq(&self, other: &WordDiffMode) -> bool
fn eq(&self, other: &WordDiffMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WordDiffMode
Auto Trait Implementations§
impl Freeze for WordDiffMode
impl RefUnwindSafe for WordDiffMode
impl Send for WordDiffMode
impl Sync for WordDiffMode
impl Unpin for WordDiffMode
impl UnsafeUnpin for WordDiffMode
impl UnwindSafe for WordDiffMode
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