pub enum DiffTool {
Auto,
Terminal,
}Expand description
Diff tool configuration
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DiffTool
impl<'de> Deserialize<'de> for DiffTool
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 StructuralPartialEq for DiffTool
Auto Trait Implementations§
impl Freeze for DiffTool
impl RefUnwindSafe for DiffTool
impl Send for DiffTool
impl Sync for DiffTool
impl Unpin for DiffTool
impl UnsafeUnpin for DiffTool
impl UnwindSafe for DiffTool
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