pub struct InstantiationExpression<'tree> {
pub span: Span,
pub function: Option<InstantiationExpressionFunction<'tree>>,
pub type_arguments: TypeArguments<'tree>,
pub children: Option<Expression<'tree>>,
}Fields§
§span: Span§function: Option<InstantiationExpressionFunction<'tree>>§type_arguments: TypeArguments<'tree>§children: Option<Expression<'tree>>Trait Implementations§
Source§impl<'tree> Clone for InstantiationExpression<'tree>
impl<'tree> Clone for InstantiationExpression<'tree>
Source§fn clone(&self) -> InstantiationExpression<'tree>
fn clone(&self) -> InstantiationExpression<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InstantiationExpression<'tree>
impl<'tree> Debug for InstantiationExpression<'tree>
impl<'tree> Eq for InstantiationExpression<'tree>
Source§impl<'tree> FromNode<'tree> for InstantiationExpression<'tree>
impl<'tree> FromNode<'tree> for InstantiationExpression<'tree>
Source§impl<'tree> PartialEq for InstantiationExpression<'tree>
impl<'tree> PartialEq for InstantiationExpression<'tree>
Source§impl Spanned for InstantiationExpression<'_>
impl Spanned for InstantiationExpression<'_>
impl<'tree> StructuralPartialEq for InstantiationExpression<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for InstantiationExpression<'tree>
impl<'tree> RefUnwindSafe for InstantiationExpression<'tree>
impl<'tree> Send for InstantiationExpression<'tree>
impl<'tree> Sync for InstantiationExpression<'tree>
impl<'tree> Unpin for InstantiationExpression<'tree>
impl<'tree> UnsafeUnpin for InstantiationExpression<'tree>
impl<'tree> UnwindSafe for InstantiationExpression<'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