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