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