pub struct Expr<'input> {
pub span: Span,
pub kind: ExprKind<'input>,
}Fields§
§span: Span§kind: ExprKind<'input>Trait Implementations§
Auto Trait Implementations§
impl<'input> Freeze for Expr<'input>
impl<'input> RefUnwindSafe for Expr<'input>
impl<'input> Send for Expr<'input>
impl<'input> Sync for Expr<'input>
impl<'input> Unpin for Expr<'input>
impl<'input> UnwindSafe for Expr<'input>
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