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