Struct cairo_lang_syntax::node::ast::ArgListParenthesizedPtr
source · pub struct ArgListParenthesizedPtr(pub SyntaxStablePtrId);Tuple Fields§
§0: SyntaxStablePtrIdImplementations§
source§impl ArgListParenthesizedPtr
impl ArgListParenthesizedPtr
pub fn untyped(&self) -> SyntaxStablePtrId
Trait Implementations§
source§impl Clone for ArgListParenthesizedPtr
impl Clone for ArgListParenthesizedPtr
source§fn clone(&self) -> ArgListParenthesizedPtr
fn clone(&self) -> ArgListParenthesizedPtr
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 ArgListParenthesizedPtr
impl Debug for ArgListParenthesizedPtr
source§impl Hash for ArgListParenthesizedPtr
impl Hash for ArgListParenthesizedPtr
source§impl PartialEq<ArgListParenthesizedPtr> for ArgListParenthesizedPtr
impl PartialEq<ArgListParenthesizedPtr> for ArgListParenthesizedPtr
source§fn eq(&self, other: &ArgListParenthesizedPtr) -> bool
fn eq(&self, other: &ArgListParenthesizedPtr) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ArgListParenthesizedPtr
impl Eq for ArgListParenthesizedPtr
impl StructuralEq for ArgListParenthesizedPtr
impl StructuralPartialEq for ArgListParenthesizedPtr
Auto Trait Implementations§
impl RefUnwindSafe for ArgListParenthesizedPtr
impl Send for ArgListParenthesizedPtr
impl Sync for ArgListParenthesizedPtr
impl Unpin for ArgListParenthesizedPtr
impl UnwindSafe for ArgListParenthesizedPtr
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.