Struct cairo_lang_syntax::node::ast::BinaryOperatorGreen
source · pub struct BinaryOperatorGreen(pub GreenId);
Tuple Fields§
§0: GreenId
Trait Implementations§
source§impl Clone for BinaryOperatorGreen
impl Clone for BinaryOperatorGreen
source§fn clone(&self) -> BinaryOperatorGreen
fn clone(&self) -> BinaryOperatorGreen
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 BinaryOperatorGreen
impl Debug for BinaryOperatorGreen
source§impl From<TerminalAndAndGreen> for BinaryOperatorGreen
impl From<TerminalAndAndGreen> for BinaryOperatorGreen
source§fn from(value: TerminalAndAndGreen) -> Self
fn from(value: TerminalAndAndGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalAndGreen> for BinaryOperatorGreen
impl From<TerminalAndGreen> for BinaryOperatorGreen
source§fn from(value: TerminalAndGreen) -> Self
fn from(value: TerminalAndGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalDivEqGreen> for BinaryOperatorGreen
impl From<TerminalDivEqGreen> for BinaryOperatorGreen
source§fn from(value: TerminalDivEqGreen) -> Self
fn from(value: TerminalDivEqGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalDivGreen> for BinaryOperatorGreen
impl From<TerminalDivGreen> for BinaryOperatorGreen
source§fn from(value: TerminalDivGreen) -> Self
fn from(value: TerminalDivGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalDotGreen> for BinaryOperatorGreen
impl From<TerminalDotGreen> for BinaryOperatorGreen
source§fn from(value: TerminalDotGreen) -> Self
fn from(value: TerminalDotGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalEqEqGreen> for BinaryOperatorGreen
impl From<TerminalEqEqGreen> for BinaryOperatorGreen
source§fn from(value: TerminalEqEqGreen) -> Self
fn from(value: TerminalEqEqGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalEqGreen> for BinaryOperatorGreen
impl From<TerminalEqGreen> for BinaryOperatorGreen
source§fn from(value: TerminalEqGreen) -> Self
fn from(value: TerminalEqGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalGEGreen> for BinaryOperatorGreen
impl From<TerminalGEGreen> for BinaryOperatorGreen
source§fn from(value: TerminalGEGreen) -> Self
fn from(value: TerminalGEGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalGTGreen> for BinaryOperatorGreen
impl From<TerminalGTGreen> for BinaryOperatorGreen
source§fn from(value: TerminalGTGreen) -> Self
fn from(value: TerminalGTGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalLEGreen> for BinaryOperatorGreen
impl From<TerminalLEGreen> for BinaryOperatorGreen
source§fn from(value: TerminalLEGreen) -> Self
fn from(value: TerminalLEGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalLTGreen> for BinaryOperatorGreen
impl From<TerminalLTGreen> for BinaryOperatorGreen
source§fn from(value: TerminalLTGreen) -> Self
fn from(value: TerminalLTGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalMinusEqGreen> for BinaryOperatorGreen
impl From<TerminalMinusEqGreen> for BinaryOperatorGreen
source§fn from(value: TerminalMinusEqGreen) -> Self
fn from(value: TerminalMinusEqGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalMinusGreen> for BinaryOperatorGreen
impl From<TerminalMinusGreen> for BinaryOperatorGreen
source§fn from(value: TerminalMinusGreen) -> Self
fn from(value: TerminalMinusGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalModEqGreen> for BinaryOperatorGreen
impl From<TerminalModEqGreen> for BinaryOperatorGreen
source§fn from(value: TerminalModEqGreen) -> Self
fn from(value: TerminalModEqGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalModGreen> for BinaryOperatorGreen
impl From<TerminalModGreen> for BinaryOperatorGreen
source§fn from(value: TerminalModGreen) -> Self
fn from(value: TerminalModGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalMulEqGreen> for BinaryOperatorGreen
impl From<TerminalMulEqGreen> for BinaryOperatorGreen
source§fn from(value: TerminalMulEqGreen) -> Self
fn from(value: TerminalMulEqGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalMulGreen> for BinaryOperatorGreen
impl From<TerminalMulGreen> for BinaryOperatorGreen
source§fn from(value: TerminalMulGreen) -> Self
fn from(value: TerminalMulGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalNeqGreen> for BinaryOperatorGreen
impl From<TerminalNeqGreen> for BinaryOperatorGreen
source§fn from(value: TerminalNeqGreen) -> Self
fn from(value: TerminalNeqGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalNotGreen> for BinaryOperatorGreen
impl From<TerminalNotGreen> for BinaryOperatorGreen
source§fn from(value: TerminalNotGreen) -> Self
fn from(value: TerminalNotGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalOrGreen> for BinaryOperatorGreen
impl From<TerminalOrGreen> for BinaryOperatorGreen
source§fn from(value: TerminalOrGreen) -> Self
fn from(value: TerminalOrGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalOrOrGreen> for BinaryOperatorGreen
impl From<TerminalOrOrGreen> for BinaryOperatorGreen
source§fn from(value: TerminalOrOrGreen) -> Self
fn from(value: TerminalOrOrGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalPlusEqGreen> for BinaryOperatorGreen
impl From<TerminalPlusEqGreen> for BinaryOperatorGreen
source§fn from(value: TerminalPlusEqGreen) -> Self
fn from(value: TerminalPlusEqGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalPlusGreen> for BinaryOperatorGreen
impl From<TerminalPlusGreen> for BinaryOperatorGreen
source§fn from(value: TerminalPlusGreen) -> Self
fn from(value: TerminalPlusGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalXorGreen> for BinaryOperatorGreen
impl From<TerminalXorGreen> for BinaryOperatorGreen
source§fn from(value: TerminalXorGreen) -> Self
fn from(value: TerminalXorGreen) -> Self
Converts to this type from the input type.
source§impl Hash for BinaryOperatorGreen
impl Hash for BinaryOperatorGreen
source§impl PartialEq for BinaryOperatorGreen
impl PartialEq for BinaryOperatorGreen
source§fn eq(&self, other: &BinaryOperatorGreen) -> bool
fn eq(&self, other: &BinaryOperatorGreen) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BinaryOperatorGreen
impl Eq for BinaryOperatorGreen
impl StructuralEq for BinaryOperatorGreen
impl StructuralPartialEq for BinaryOperatorGreen
Auto Trait Implementations§
impl RefUnwindSafe for BinaryOperatorGreen
impl Send for BinaryOperatorGreen
impl Sync for BinaryOperatorGreen
impl Unpin for BinaryOperatorGreen
impl UnwindSafe for BinaryOperatorGreen
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.