Struct cairo_lang_syntax::node::ast::AttributeArgList
source · pub struct AttributeArgList(_);
Implementations§
source§impl AttributeArgList
impl AttributeArgList
pub fn new_green( db: &dyn SyntaxGroup, children: Vec<AttributeArgListElementOrSeparatorGreen> ) -> AttributeArgListGreen
Methods from Deref<Target = ElementList<Expr, 2>>§
pub fn elements(&self, db: &dyn SyntaxGroup) -> Vec<T> ⓘ
pub fn has_tail(&self, db: &dyn SyntaxGroup) -> bool
Trait Implementations§
source§impl Clone for AttributeArgList
impl Clone for AttributeArgList
source§fn clone(&self) -> AttributeArgList
fn clone(&self) -> AttributeArgList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AttributeArgList
impl Debug for AttributeArgList
source§impl Deref for AttributeArgList
impl Deref for AttributeArgList
source§impl Hash for AttributeArgList
impl Hash for AttributeArgList
source§impl PartialEq<AttributeArgList> for AttributeArgList
impl PartialEq<AttributeArgList> for AttributeArgList
source§fn eq(&self, other: &AttributeArgList) -> bool
fn eq(&self, other: &AttributeArgList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TypedSyntaxNode for AttributeArgList
impl TypedSyntaxNode for AttributeArgList
source§const OPTIONAL_KIND: Option<SyntaxKind> = _
const OPTIONAL_KIND: Option<SyntaxKind> = _
The relevant SyntaxKind. None for enums.
type StablePtr = AttributeArgListPtr
type Green = AttributeArgListGreen
fn missing(db: &dyn SyntaxGroup) -> Self::Green
fn from_syntax_node(db: &dyn SyntaxGroup, node: SyntaxNode) -> Self
fn as_syntax_node(&self) -> SyntaxNode
fn from_ptr( db: &dyn SyntaxGroup, root: &SyntaxFile, ptr: Self::StablePtr ) -> Self
fn stable_ptr(&self) -> Self::StablePtr
impl Eq for AttributeArgList
impl StructuralEq for AttributeArgList
impl StructuralPartialEq for AttributeArgList
Auto Trait Implementations§
impl RefUnwindSafe for AttributeArgList
impl Send for AttributeArgList
impl Sync for AttributeArgList
impl Unpin for AttributeArgList
impl UnwindSafe for AttributeArgList
Blanket Implementations§
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.