Struct ra_ap_syntax::ast::Trait
source · pub struct Trait { /* private fields */ }Implementations§
source§impl Trait
impl Trait
pub fn unsafe_token(&self) -> Option<SyntaxToken>
pub fn auto_token(&self) -> Option<SyntaxToken>
pub fn trait_token(&self) -> Option<SyntaxToken>
pub fn assoc_item_list(&self) -> Option<AssocItemList>
Trait Implementations§
source§impl AstNode for Trait
impl AstNode for Trait
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 Trait
impl GenericParamsOwnerEdit for Trait
fn get_or_create_generic_param_list(&self) -> GenericParamList
fn get_or_create_where_clause(&self) -> WhereClause
source§impl HasDocComments for Trait
impl HasDocComments for Trait
fn doc_comments(&self) -> DocCommentIter ⓘ
fn doc_comments_and_attrs(&self) -> AttrDocCommentIter ⓘ
source§impl HasGenericParams for Trait
impl HasGenericParams for Trait
fn generic_param_list(&self) -> Option<GenericParamList>
fn where_clause(&self) -> Option<WhereClause>
source§impl HasTypeBounds for Trait
impl HasTypeBounds for Trait
fn type_bound_list(&self) -> Option<TypeBoundList>
fn colon_token(&self) -> Option<SyntaxToken>
source§impl HasVisibility for Trait
impl HasVisibility for Trait
fn visibility(&self) -> Option<Visibility>
source§impl PartialEq<Trait> for Trait
impl PartialEq<Trait> for Trait
impl Eq for Trait
impl StructuralEq for Trait
impl StructuralPartialEq for Trait
Auto Trait Implementations§
impl !RefUnwindSafe for Trait
impl !Send for Trait
impl !Sync for Trait
impl Unpin for Trait
impl !UnwindSafe for Trait
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.