Struct ra_ap_syntax::AstPtr [−][src]
pub struct AstPtr<N: AstNode> { /* fields omitted */ }
Expand description
Like SyntaxNodePtr, but remembers the type of node
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<N> RefUnwindSafe for AstPtr<N>impl<N> UnwindSafe for AstPtr<N>Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.