pub enum EolMode {
Lf,
Crlf,
Native,
}Expand description
Which line ending the smudge path writes.
Variants§
Trait Implementations§
impl Copy for EolMode
impl Eq for EolMode
impl StructuralPartialEq for EolMode
Auto Trait Implementations§
impl Freeze for EolMode
impl RefUnwindSafe for EolMode
impl Send for EolMode
impl Sync for EolMode
impl Unpin for EolMode
impl UnsafeUnpin for EolMode
impl UnwindSafe for EolMode
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