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