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