pub struct Eof;
Expand description
Error type indicating that the end of the input has been reached
Trait Implementations§
Source§impl ByteSourceErr for Eof
impl ByteSourceErr for Eof
Source§impl Ord for Eof
impl Ord for Eof
Source§impl PartialOrd for Eof
impl PartialOrd for Eof
impl Copy for Eof
impl Eq for Eof
impl StructuralPartialEq for Eof
Auto Trait Implementations§
impl Freeze for Eof
impl RefUnwindSafe for Eof
impl Send for Eof
impl Sync for Eof
impl Unpin for Eof
impl UnwindSafe for Eof
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