pub struct UnexpectedEof { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Diagnostic for UnexpectedEof
impl Diagnostic for UnexpectedEof
fn to_codespan(&self, _ctx: &Context) -> Diagnostic<FileId>
Auto Trait Implementations§
impl Freeze for UnexpectedEof
impl RefUnwindSafe for UnexpectedEof
impl Send for UnexpectedEof
impl Sync for UnexpectedEof
impl Unpin for UnexpectedEof
impl UnwindSafe for UnexpectedEof
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