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