pub struct Newline { /* private fields */ }Expand description
A \n or \r\n token that delimits instances of super::ast::Line in a super::ast::File.
Trait Implementations§
source§impl PartialEq for Newline
impl PartialEq for Newline
impl Eq for Newline
impl StructuralPartialEq for Newline
Auto Trait Implementations§
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