pub struct UnexpectedEoExpr;Expand description
Unexpected end of an expression.
Trait Implementations§
Source§impl Clone for UnexpectedEoExpr
impl Clone for UnexpectedEoExpr
Source§fn clone(&self) -> UnexpectedEoExpr
fn clone(&self) -> UnexpectedEoExpr
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 UnexpectedEoExpr
impl Debug for UnexpectedEoExpr
Source§impl ErrorKind for UnexpectedEoExpr
impl ErrorKind for UnexpectedEoExpr
Source§impl PartialEq for UnexpectedEoExpr
impl PartialEq for UnexpectedEoExpr
impl StructuralPartialEq for UnexpectedEoExpr
Auto Trait Implementations§
impl Freeze for UnexpectedEoExpr
impl RefUnwindSafe for UnexpectedEoExpr
impl Send for UnexpectedEoExpr
impl Sync for UnexpectedEoExpr
impl Unpin for UnexpectedEoExpr
impl UnwindSafe for UnexpectedEoExpr
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