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