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