pub struct EOFToken;Expand description
End Of File Token
Auto Trait Implementations§
impl Freeze for EOFToken
impl RefUnwindSafe for EOFToken
impl Send for EOFToken
impl Sync for EOFToken
impl Unpin for EOFToken
impl UnwindSafe for EOFToken
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