pub struct ColorMovedWs {
pub ignore: WsIgnore,
pub allow_indentation_change: bool,
}Expand description
--color-moved-ws=<mode> comparison mode.
Fields§
§ignore: WsIgnoreWhitespace-ignore flags used when interning moved lines.
allow_indentation_change: boolAllow a constant indentation delta across a moved block.
Trait Implementations§
Source§impl Clone for ColorMovedWs
impl Clone for ColorMovedWs
Source§fn clone(&self) -> ColorMovedWs
fn clone(&self) -> ColorMovedWs
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 ColorMovedWs
Source§impl Debug for ColorMovedWs
impl Debug for ColorMovedWs
Source§impl Default for ColorMovedWs
impl Default for ColorMovedWs
Source§fn default() -> ColorMovedWs
fn default() -> ColorMovedWs
Returns the “default value” for a type. Read more
impl Eq for ColorMovedWs
Source§impl PartialEq for ColorMovedWs
impl PartialEq for ColorMovedWs
Source§fn eq(&self, other: &ColorMovedWs) -> bool
fn eq(&self, other: &ColorMovedWs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ColorMovedWs
Auto Trait Implementations§
impl Freeze for ColorMovedWs
impl RefUnwindSafe for ColorMovedWs
impl Send for ColorMovedWs
impl Sync for ColorMovedWs
impl Unpin for ColorMovedWs
impl UnsafeUnpin for ColorMovedWs
impl UnwindSafe for ColorMovedWs
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