pub enum CoreEol {
Lf,
Crlf,
Native,
}Expand description
What core.eol is set to.
Variants§
Trait Implementations§
impl Copy for CoreEol
impl Eq for CoreEol
impl StructuralPartialEq for CoreEol
Auto Trait Implementations§
impl Freeze for CoreEol
impl RefUnwindSafe for CoreEol
impl Send for CoreEol
impl Sync for CoreEol
impl Unpin for CoreEol
impl UnsafeUnpin for CoreEol
impl UnwindSafe for CoreEol
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