Struct ra_ap_syntax::ast::Enum
source · pub struct Enum { /* private fields */ }Implementations§
source§impl Enum
impl Enum
pub fn enum_token(&self) -> Option<SyntaxToken>
pub fn variant_list(&self) -> Option<VariantList>
Trait Implementations§
source§impl 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,
source§impl GenericParamsOwnerEdit for Enum
impl GenericParamsOwnerEdit for Enum
fn get_or_create_generic_param_list(&self) -> GenericParamList
fn get_or_create_where_clause(&self) -> WhereClause
source§impl HasDocComments for Enum
impl HasDocComments for Enum
fn doc_comments(&self) -> DocCommentIter ⓘ
fn doc_comments_and_attrs(&self) -> AttrDocCommentIter ⓘ
source§impl HasGenericParams for Enum
impl HasGenericParams for Enum
fn generic_param_list(&self) -> Option<GenericParamList>
fn where_clause(&self) -> Option<WhereClause>
source§impl HasVisibility for Enum
impl HasVisibility for Enum
fn visibility(&self) -> Option<Visibility>
source§impl PartialEq<Enum> for Enum
impl PartialEq<Enum> for Enum
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§
source§impl<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
source§impl<T> AttrsOwnerEdit for Twhere
T: HasAttrs,
impl<T> AttrsOwnerEdit for Twhere T: HasAttrs,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.