Struct ra_ap_syntax::ast::Enum
source · [−]pub struct Enum { /* private fields */ }
Implementations
sourceimpl Enum
impl Enum
pub fn enum_token(&self) -> Option<SyntaxToken>
pub fn variant_list(&self) -> Option<VariantList>
Trait Implementations
sourceimpl AstNode for Enum
impl AstNode for Enum
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
sourceimpl GenericParamsOwnerEdit for Enum
impl GenericParamsOwnerEdit for Enum
fn get_or_create_generic_param_list(&self) -> GenericParamList
fn get_or_create_where_clause(&self) -> WhereClause
sourceimpl HasAttrs for Enum
impl HasAttrs for Enum
fn attrs(&self) -> AstChildren<Attr>ⓘNotable traits for AstChildren<N>impl<N: AstNode> Iterator for AstChildren<N> type Item = N;
fn has_atom_attr(&self, atom: &str) -> bool
sourceimpl HasDocComments for Enum
impl HasDocComments for Enum
fn doc_comments(&self) -> DocCommentIterⓘNotable traits for DocCommentIterimpl Iterator for DocCommentIter type Item = Comment;
fn doc_comments_and_attrs(&self) -> AttrDocCommentIterⓘNotable traits for AttrDocCommentIterimpl Iterator for AttrDocCommentIter type Item = Either<Attr, Comment>;
sourceimpl HasGenericParams for Enum
impl HasGenericParams for Enum
fn generic_param_list(&self) -> Option<GenericParamList>
fn where_clause(&self) -> Option<WhereClause>
sourceimpl HasVisibility for Enum
impl HasVisibility for Enum
fn visibility(&self) -> Option<Visibility>
impl Eq for Enum
impl StructuralEq for Enum
impl StructuralPartialEq for Enum
Auto Trait Implementations
impl !RefUnwindSafe for Enum
impl !Send for Enum
impl !Sync for Enum
impl Unpin for Enum
impl !UnwindSafe for Enum
Blanket Implementations
sourceimpl<N> AstNodeEdit for Nwhere
N: AstNode + Clone,
impl<N> AstNodeEdit for Nwhere
N: AstNode + Clone,
fn indent_level(&self) -> IndentLevel
fn indent(&self, level: IndentLevel) -> Self
fn dedent(&self, level: IndentLevel) -> Self
fn reset_indent(&self) -> Self
sourceimpl<T> AttrsOwnerEdit for Twhere
T: HasAttrs,
impl<T> AttrsOwnerEdit for Twhere
T: HasAttrs,
fn remove_attrs_and_docs(&self)
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.