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