pub struct RefExpression<'tree> {
pub span: Span,
pub children: Expression<'tree>,
}Fields§
§span: Span§children: Expression<'tree>Trait Implementations§
Source§impl<'tree> Clone for RefExpression<'tree>
impl<'tree> Clone for RefExpression<'tree>
Source§fn clone(&self) -> RefExpression<'tree>
fn clone(&self) -> RefExpression<'tree>
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<'tree> Debug for RefExpression<'tree>
impl<'tree> Debug for RefExpression<'tree>
Source§impl<'tree> FromNode<'tree> for RefExpression<'tree>
impl<'tree> FromNode<'tree> for RefExpression<'tree>
Source§impl<'tree> PartialEq for RefExpression<'tree>
impl<'tree> PartialEq for RefExpression<'tree>
Source§impl Spanned for RefExpression<'_>
impl Spanned for RefExpression<'_>
impl<'tree> Eq for RefExpression<'tree>
impl<'tree> StructuralPartialEq for RefExpression<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for RefExpression<'tree>
impl<'tree> RefUnwindSafe for RefExpression<'tree>
impl<'tree> Send for RefExpression<'tree>
impl<'tree> Sync for RefExpression<'tree>
impl<'tree> Unpin for RefExpression<'tree>
impl<'tree> UnsafeUnpin for RefExpression<'tree>
impl<'tree> UnwindSafe for RefExpression<'tree>
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