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