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