pub enum EndOfLine {
Cr,
Lf,
CrLf,
}Expand description
Types of line endings.
Variants§
Trait Implementations§
impl Copy for EndOfLine
impl StructuralPartialEq for EndOfLine
Auto Trait Implementations§
impl Freeze for EndOfLine
impl RefUnwindSafe for EndOfLine
impl Send for EndOfLine
impl Sync for EndOfLine
impl Unpin for EndOfLine
impl UnwindSafe for EndOfLine
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