pub enum NewlineFormat {
None,
CarriageReturn,
LineFeed,
Both,
}
Expand description
Newline format type
Variants§
Trait Implementations§
Source§impl Clone for NewlineFormat
impl Clone for NewlineFormat
Source§fn clone(&self) -> NewlineFormat
fn clone(&self) -> NewlineFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NewlineFormat
impl Debug for NewlineFormat
Source§impl PartialEq for NewlineFormat
impl PartialEq for NewlineFormat
impl Copy for NewlineFormat
impl StructuralPartialEq for NewlineFormat
Auto Trait Implementations§
impl Freeze for NewlineFormat
impl RefUnwindSafe for NewlineFormat
impl Send for NewlineFormat
impl Sync for NewlineFormat
impl Unpin for NewlineFormat
impl UnwindSafe for NewlineFormat
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