pub enum IgnoreSpace {
None,
Change,
All,
}Expand description
Types of whitespace ignoring
Variants§
Trait Implementations§
Source§impl Clone for IgnoreSpace
impl Clone for IgnoreSpace
Source§fn clone(&self) -> IgnoreSpace
fn clone(&self) -> IgnoreSpace
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 IgnoreSpace
impl Debug for IgnoreSpace
Source§impl Default for IgnoreSpace
impl Default for IgnoreSpace
Source§fn default() -> IgnoreSpace
fn default() -> IgnoreSpace
Returns the “default value” for a type. Read more
Source§impl From<IgnoreSpace> for svn_diff_file_ignore_space_t
impl From<IgnoreSpace> for svn_diff_file_ignore_space_t
Source§fn from(ignore: IgnoreSpace) -> Self
fn from(ignore: IgnoreSpace) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IgnoreSpace
impl PartialEq for IgnoreSpace
impl Copy for IgnoreSpace
impl Eq for IgnoreSpace
impl StructuralPartialEq for IgnoreSpace
Auto Trait Implementations§
impl Freeze for IgnoreSpace
impl RefUnwindSafe for IgnoreSpace
impl Send for IgnoreSpace
impl Sync for IgnoreSpace
impl Unpin for IgnoreSpace
impl UnsafeUnpin for IgnoreSpace
impl UnwindSafe for IgnoreSpace
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