Struct ra_ap_syntax::ast::Impl
source · [−]pub struct Impl { /* private fields */ }
Implementations
sourceimpl Impl
impl Impl
pub fn default_token(&self) -> Option<SyntaxToken>
pub fn unsafe_token(&self) -> Option<SyntaxToken>
pub fn impl_token(&self) -> Option<SyntaxToken>
pub fn const_token(&self) -> Option<SyntaxToken>
pub fn excl_token(&self) -> Option<SyntaxToken>
pub fn for_token(&self) -> Option<SyntaxToken>
pub fn assoc_item_list(&self) -> Option<AssocItemList>
sourceimpl Impl
impl Impl
pub fn get_or_create_assoc_item_list(&self) -> AssocItemList
Trait Implementations
sourceimpl AstNode for Impl
impl AstNode for Impl
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 Impl
impl GenericParamsOwnerEdit for Impl
fn get_or_create_generic_param_list(&self) -> GenericParamList
fn get_or_create_where_clause(&self) -> WhereClause
sourceimpl HasAttrs for Impl
impl HasAttrs for Impl
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 Impl
impl HasDocComments for Impl
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 Impl
impl HasGenericParams for Impl
fn generic_param_list(&self) -> Option<GenericParamList>
fn where_clause(&self) -> Option<WhereClause>
sourceimpl HasVisibility for Impl
impl HasVisibility for Impl
fn visibility(&self) -> Option<Visibility>
impl Eq for Impl
impl StructuralEq for Impl
impl StructuralPartialEq for Impl
Auto Trait Implementations
impl !RefUnwindSafe for Impl
impl !Send for Impl
impl !Sync for Impl
impl Unpin for Impl
impl !UnwindSafe for Impl
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.