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