Struct ra_ap_syntax::ast::ExternBlock
source · [−]pub struct ExternBlock { /* 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;
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for ExternBlock
impl !Send for ExternBlock
impl !Sync for ExternBlock
impl Unpin for ExternBlock
impl !UnwindSafe for ExternBlock
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.