Struct ra_ap_syntax::ast::Union [−][src]
pub struct Union { /* fields omitted */ }Implementations
Trait Implementations
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) -> CommentIterⓘNotable traits for CommentIterimpl Iterator for CommentIter type Item = Comment;
Notable traits for CommentIter
impl Iterator for CommentIter type Item = Comment;Auto Trait Implementations
impl !RefUnwindSafe for Union
impl !UnwindSafe for Union
Blanket Implementations
fn replace_children(
&self,
to_replace: RangeInclusive<SyntaxElement>,
to_insert: impl IntoIterator<Item = SyntaxElement>
) -> Self
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.