Struct cairo_lang_syntax::node::ast::PatternListOr
source · pub struct PatternListOr(/* private fields */);
Implementations§
source§impl PatternListOr
impl PatternListOr
pub fn new_green( db: &dyn SyntaxGroup, children: Vec<PatternListOrElementOrSeparatorGreen> ) -> PatternListOrGreen
Methods from Deref<Target = ElementList<Pattern, 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 PatternListOr
impl Clone for PatternListOr
source§fn clone(&self) -> PatternListOr
fn clone(&self) -> PatternListOr
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 PatternListOr
impl Debug for PatternListOr
source§impl Deref for PatternListOr
impl Deref for PatternListOr
source§impl Hash for PatternListOr
impl Hash for PatternListOr
source§impl PartialEq for PatternListOr
impl PartialEq for PatternListOr
source§fn eq(&self, other: &PatternListOr) -> bool
fn eq(&self, other: &PatternListOr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TypedSyntaxNode for PatternListOr
impl TypedSyntaxNode for PatternListOr
source§const OPTIONAL_KIND: Option<SyntaxKind> = _
const OPTIONAL_KIND: Option<SyntaxKind> = _
The relevant SyntaxKind. None for enums.
type StablePtr = PatternListOrPtr
type Green = PatternListOrGreen
fn missing(db: &dyn SyntaxGroup) -> Self::Green
fn from_syntax_node(db: &dyn SyntaxGroup, node: SyntaxNode) -> Self
fn as_syntax_node(&self) -> SyntaxNode
fn stable_ptr(&self) -> Self::StablePtr
impl Eq for PatternListOr
impl StructuralPartialEq for PatternListOr
Auto Trait Implementations§
impl RefUnwindSafe for PatternListOr
impl Send for PatternListOr
impl Sync for PatternListOr
impl Unpin for PatternListOr
impl UnwindSafe for PatternListOr
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§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 Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.