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