pub struct InvalidExpression {
pub span: Span,
}Expand description
Invalid expression, returned on recovery of a parse error
Fields§
§span: SpanSpan of the invalid expression
Trait Implementations§
Source§impl Clone for InvalidExpression
impl Clone for InvalidExpression
Source§fn clone(&self) -> InvalidExpression
fn clone(&self) -> InvalidExpression
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 InvalidExpression
impl Debug for InvalidExpression
Auto Trait Implementations§
impl Freeze for InvalidExpression
impl RefUnwindSafe for InvalidExpression
impl Send for InvalidExpression
impl Sync for InvalidExpression
impl Unpin for InvalidExpression
impl UnsafeUnpin for InvalidExpression
impl UnwindSafe for InvalidExpression
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