[][src]Struct rslint_parser::ast::DotExpr

pub struct DotExpr { /* fields omitted */ }

Implementations

impl DotExpr[src]

impl DotExpr[src]

pub fn super_token(&self) -> Option<SyntaxToken>[src]

pub fn object(&self) -> Option<Expr>[src]

pub fn dot_token(&self) -> Option<SyntaxToken>[src]

pub fn prop(&self) -> Option<Name>[src]

Trait Implementations

impl AstNode for DotExpr[src]

impl Clone for DotExpr[src]

impl Debug for DotExpr[src]

impl Display for DotExpr[src]

impl Eq for DotExpr[src]

impl From<DotExpr> for Expr[src]

impl Hash for DotExpr[src]

impl PartialEq<DotExpr> for DotExpr[src]

impl StructuralEq for DotExpr[src]

impl StructuralPartialEq for DotExpr[src]

Auto Trait Implementations

impl RefUnwindSafe for DotExpr

impl Send for DotExpr

impl Sync for DotExpr

impl Unpin for DotExpr

impl UnwindSafe for DotExpr

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Erasable for T

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.