Struct cairo_lang_syntax::node::ast::ItemImpl
source · pub struct ItemImpl { /* private fields */ }
Implementations§
source§impl ItemImpl
impl ItemImpl
pub const INDEX_ATTRIBUTES: usize = 0usize
pub const INDEX_IMPL_KW: usize = 1usize
pub const INDEX_NAME: usize = 2usize
pub const INDEX_GENERIC_PARAMS: usize = 3usize
pub const INDEX_OF_KW: usize = 4usize
pub const INDEX_TRAIT_PATH: usize = 5usize
pub const INDEX_BODY: usize = 6usize
pub fn new_green( db: &dyn SyntaxGroup, attributes: AttributeListGreen, impl_kw: TerminalImplGreen, name: TerminalIdentifierGreen, generic_params: OptionWrappedGenericParamListGreen, of_kw: TerminalOfGreen, trait_path: ExprPathGreen, body: MaybeImplBodyGreen ) -> ItemImplGreen
source§impl ItemImpl
impl ItemImpl
pub fn attributes(&self, db: &dyn SyntaxGroup) -> AttributeList
pub fn impl_kw(&self, db: &dyn SyntaxGroup) -> TerminalImpl
pub fn name(&self, db: &dyn SyntaxGroup) -> TerminalIdentifier
pub fn generic_params( &self, db: &dyn SyntaxGroup ) -> OptionWrappedGenericParamList
pub fn of_kw(&self, db: &dyn SyntaxGroup) -> TerminalOf
pub fn trait_path(&self, db: &dyn SyntaxGroup) -> ExprPath
pub fn body(&self, db: &dyn SyntaxGroup) -> MaybeImplBody
Trait Implementations§
source§impl PartialEq<ItemImpl> for ItemImpl
impl PartialEq<ItemImpl> for ItemImpl
source§impl QueryAttrs for ItemImpl
impl QueryAttrs for ItemImpl
source§fn query_attr(&self, db: &dyn SyntaxGroup, attr: &str) -> Vec<Attribute>
fn query_attr(&self, db: &dyn SyntaxGroup, attr: &str) -> Vec<Attribute>
Collect all attributes named exactly
attr
attached to this node.source§impl TypedSyntaxNode for ItemImpl
impl TypedSyntaxNode for ItemImpl
source§const OPTIONAL_KIND: Option<SyntaxKind> = _
const OPTIONAL_KIND: Option<SyntaxKind> = _
The relevant SyntaxKind. None for enums.
type StablePtr = ItemImplPtr
type Green = ItemImplGreen
fn missing(db: &dyn SyntaxGroup) -> Self::Green
fn from_syntax_node(db: &dyn SyntaxGroup, node: SyntaxNode) -> Self
fn from_ptr( db: &dyn SyntaxGroup, root: &SyntaxFile, ptr: Self::StablePtr ) -> Self
fn as_syntax_node(&self) -> SyntaxNode
fn stable_ptr(&self) -> Self::StablePtr
impl Eq for ItemImpl
impl StructuralEq for ItemImpl
impl StructuralPartialEq for ItemImpl
Auto Trait Implementations§
impl RefUnwindSafe for ItemImpl
impl Send for ItemImpl
impl Sync for ItemImpl
impl Unpin for ItemImpl
impl UnwindSafe for ItemImpl
Blanket Implementations§
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
source§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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§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.