pub struct EndOfFile;Expand description
Represents the end of the source code.
Parsers must return this Tree unchanged. It must never be incorporated
into a larger Tree.
Trait Implementations§
impl Copy for EndOfFile
impl StructuralPartialEq for EndOfFile
Auto Trait Implementations§
impl Freeze for EndOfFile
impl RefUnwindSafe for EndOfFile
impl Send for EndOfFile
impl Sync for EndOfFile
impl Unpin for EndOfFile
impl UnwindSafe for EndOfFile
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