pub enum EditMatchMode {
Off,
Diagnose,
ApplySafe,
}Variants§
Trait Implementations§
Source§impl Clone for EditMatchMode
impl Clone for EditMatchMode
Source§fn clone(&self) -> EditMatchMode
fn clone(&self) -> EditMatchMode
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 EditMatchMode
Source§impl Debug for EditMatchMode
impl Debug for EditMatchMode
Source§impl<'de> Deserialize<'de> for EditMatchMode
impl<'de> Deserialize<'de> for EditMatchMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for EditMatchMode
Source§impl PartialEq for EditMatchMode
impl PartialEq for EditMatchMode
Source§fn eq(&self, other: &EditMatchMode) -> bool
fn eq(&self, other: &EditMatchMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EditMatchMode
impl Serialize for EditMatchMode
impl StructuralPartialEq for EditMatchMode
Auto Trait Implementations§
impl Freeze for EditMatchMode
impl RefUnwindSafe for EditMatchMode
impl Send for EditMatchMode
impl Sync for EditMatchMode
impl Unpin for EditMatchMode
impl UnsafeUnpin for EditMatchMode
impl UnwindSafe for EditMatchMode
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