pub struct Newline;
Expand description
Zero size type representing the newline separator.
Trait Implementations§
impl Copy for Newline
impl Eq for Newline
impl StructuralPartialEq for Newline
Auto Trait Implementations§
impl Freeze for Newline
impl RefUnwindSafe for Newline
impl Send for Newline
impl Sync for Newline
impl Unpin for Newline
impl UnwindSafe for Newline
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