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