pub struct BinaryOperatorGreen(pub GreenId);Tuple Fields§
§0: GreenIdTrait 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<TerminalDotDotEqGreen> for BinaryOperatorGreen
 
impl From<TerminalDotDotEqGreen> for BinaryOperatorGreen
Source§fn from(value: TerminalDotDotEqGreen) -> Self
 
fn from(value: TerminalDotDotEqGreen) -> Self
Converts to this type from the input type.
Source§impl From<TerminalDotDotGreen> for BinaryOperatorGreen
 
impl From<TerminalDotDotGreen> for BinaryOperatorGreen
Source§fn from(value: TerminalDotDotGreen) -> Self
 
fn from(value: TerminalDotDotGreen) -> 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
impl Copy for BinaryOperatorGreen
impl Eq for BinaryOperatorGreen
impl StructuralPartialEq for BinaryOperatorGreen
Auto Trait Implementations§
impl Freeze for BinaryOperatorGreen
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
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<T> Instrument for T
 
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more