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