pub enum EolStyle {
Crlf,
Lf,
}Expand description
Line ending style for the formatted output.
Variants§
Trait Implementations§
impl Copy for EolStyle
impl Eq for EolStyle
impl StructuralPartialEq for EolStyle
Auto Trait Implementations§
impl Freeze for EolStyle
impl RefUnwindSafe for EolStyle
impl Send for EolStyle
impl Sync for EolStyle
impl Unpin for EolStyle
impl UnwindSafe for EolStyle
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