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