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§
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