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