pub struct ExpectedEof;Expand description
The end of the source code was expected, but something else was found.
Trait Implementations§
Source§impl Clone for ExpectedEof
impl Clone for ExpectedEof
Source§fn clone(&self) -> ExpectedEof
fn clone(&self) -> ExpectedEof
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExpectedEof
impl Debug for ExpectedEof
Source§impl ErrorKind for ExpectedEof
impl ErrorKind for ExpectedEof
Source§impl PartialEq for ExpectedEof
impl PartialEq for ExpectedEof
impl StructuralPartialEq for ExpectedEof
Auto Trait Implementations§
impl Freeze for ExpectedEof
impl RefUnwindSafe for ExpectedEof
impl Send for ExpectedEof
impl Sync for ExpectedEof
impl Unpin for ExpectedEof
impl UnwindSafe for ExpectedEof
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