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