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