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