Struct cairo_lang_syntax::node::ast::ExprListPtr
source · pub struct ExprListPtr(pub SyntaxStablePtrId);
Tuple Fields§
§0: SyntaxStablePtrId
Implementations§
source§impl ExprListPtr
impl ExprListPtr
pub fn untyped(&self) -> SyntaxStablePtrId
pub fn lookup(&self, db: &dyn SyntaxGroup) -> ExprList
Trait Implementations§
source§impl Clone for ExprListPtr
impl Clone for ExprListPtr
source§fn clone(&self) -> ExprListPtr
fn clone(&self) -> ExprListPtr
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 ExprListPtr
impl Debug for ExprListPtr
source§impl Hash for ExprListPtr
impl Hash for ExprListPtr
source§impl PartialEq for ExprListPtr
impl PartialEq for ExprListPtr
source§fn eq(&self, other: &ExprListPtr) -> bool
fn eq(&self, other: &ExprListPtr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ExprListPtr
impl Eq for ExprListPtr
impl StructuralPartialEq for ExprListPtr
Auto Trait Implementations§
impl Freeze for ExprListPtr
impl RefUnwindSafe for ExprListPtr
impl Send for ExprListPtr
impl Sync for ExprListPtr
impl Unpin for ExprListPtr
impl UnwindSafe for ExprListPtr
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 Q
impl<Q, K> Equivalent<K> for Q
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.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.