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