pub struct Expression {
pub kind: ExpressionKind,
pub span: Span,
}Fields§
§kind: ExpressionKind§span: SpanImplementations§
Source§impl Expression
impl Expression
pub fn new(kind: ExpressionKind, span: Span) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Expression
impl RefUnwindSafe for Expression
impl Send for Expression
impl Sync for Expression
impl Unpin for Expression
impl UnwindSafe for Expression
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