Struct ra_ap_syntax::ast::Static
source · [−]pub struct Static { /* private fields */ }
Implementations
Trait Implementations
Performs the conversion.
fn attrs(&self) -> AstChildren<Attr>ⓘNotable traits for AstChildren<N>impl<N: AstNode> Iterator for AstChildren<N> type Item = N;
Notable traits for AstChildren<N>
impl<N: AstNode> Iterator for AstChildren<N> type Item = N;
fn doc_comments(&self) -> DocCommentIterⓘNotable traits for DocCommentIterimpl Iterator for DocCommentIter type Item = Comment;
Notable traits for DocCommentIter
impl Iterator for DocCommentIter type Item = Comment;
Auto Trait Implementations
impl !RefUnwindSafe for Static
impl !UnwindSafe for Static
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.