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