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