pub struct UnixLineSeparator;
Expand description
Predefined separator using a single linefeed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnixLineSeparator
impl RefUnwindSafe for UnixLineSeparator
impl Send for UnixLineSeparator
impl Sync for UnixLineSeparator
impl Unpin for UnixLineSeparator
impl UnwindSafe for UnixLineSeparator
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