pub enum AutoCrlf {
True,
Input,
False,
}Expand description
What core.autocrlf is set to.
Variants§
Trait Implementations§
impl Copy for AutoCrlf
impl Eq for AutoCrlf
impl StructuralPartialEq for AutoCrlf
Auto Trait Implementations§
impl Freeze for AutoCrlf
impl RefUnwindSafe for AutoCrlf
impl Send for AutoCrlf
impl Sync for AutoCrlf
impl Unpin for AutoCrlf
impl UnsafeUnpin for AutoCrlf
impl UnwindSafe for AutoCrlf
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