pub struct Eos { /* private fields */ }Expand description
End-Of-String.
Trait Implementations§
Source§impl Span for Eos
impl Span for Eos
Source§fn start_position(&self) -> Position
fn start_position(&self) -> Position
Returns the start position of this item.
Source§fn end_position(&self) -> Position
fn end_position(&self) -> Position
Returns the end position of this item.
impl Copy for Eos
Auto Trait Implementations§
impl Freeze for Eos
impl RefUnwindSafe for Eos
impl Send for Eos
impl Sync for Eos
impl Unpin for Eos
impl UnwindSafe for Eos
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