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