Enum ini::LineSeparator
source · pub enum LineSeparator {
SystemDefault,
CR,
CRLF,
}
Expand description
Newline style
Variants§
SystemDefault
System-dependent line separator
On UNIX system, uses “\n” On Windows system, uses “\r\n”
CR
Uses “\n” as new line separator
CRLF
Uses “\r\n” as new line separator
Implementations§
Trait Implementations§
source§impl Clone for LineSeparator
impl Clone for LineSeparator
source§fn clone(&self) -> LineSeparator
fn clone(&self) -> LineSeparator
Returns a copy 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 LineSeparator
impl Debug for LineSeparator
source§impl Display for LineSeparator
impl Display for LineSeparator
source§impl PartialEq for LineSeparator
impl PartialEq for LineSeparator
impl Copy for LineSeparator
impl Eq for LineSeparator
impl StructuralPartialEq for LineSeparator
Auto Trait Implementations§
impl Freeze for LineSeparator
impl RefUnwindSafe for LineSeparator
impl Send for LineSeparator
impl Sync for LineSeparator
impl Unpin for LineSeparator
impl UnwindSafe for LineSeparator
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)