Struct cairo_lang_syntax::node::ast::TerminalCommaGreen   
source · pub struct TerminalCommaGreen(pub GreenId);Tuple Fields§
§0: GreenIdTrait Implementations§
source§impl Clone for TerminalCommaGreen
 
impl Clone for TerminalCommaGreen
source§fn clone(&self) -> TerminalCommaGreen
 
fn clone(&self) -> TerminalCommaGreen
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 TerminalCommaGreen
 
impl Debug for TerminalCommaGreen
source§impl From<TerminalCommaGreen> for ArgListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for ArgListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for ExprListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for ExprListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for GenericArgListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for GenericArgListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for GenericParamListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for GenericParamListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for ImplicitsListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for ImplicitsListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for MatchArmsElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for MatchArmsElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for MemberListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for MemberListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for ParamListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for ParamListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for PatternListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for PatternListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for PatternStructParamListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for PatternStructParamListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for StructArgListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for StructArgListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl From<TerminalCommaGreen> for UsePathListElementOrSeparatorGreen
 
impl From<TerminalCommaGreen> for UsePathListElementOrSeparatorGreen
source§fn from(value: TerminalCommaGreen) -> Self
 
fn from(value: TerminalCommaGreen) -> Self
Converts to this type from the input type.
source§impl Hash for TerminalCommaGreen
 
impl Hash for TerminalCommaGreen
source§impl PartialEq<TerminalCommaGreen> for TerminalCommaGreen
 
impl PartialEq<TerminalCommaGreen> for TerminalCommaGreen
source§fn eq(&self, other: &TerminalCommaGreen) -> bool
 
fn eq(&self, other: &TerminalCommaGreen) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for TerminalCommaGreen
impl Eq for TerminalCommaGreen
impl StructuralEq for TerminalCommaGreen
impl StructuralPartialEq for TerminalCommaGreen
Auto Trait Implementations§
impl RefUnwindSafe for TerminalCommaGreen
impl Send for TerminalCommaGreen
impl Sync for TerminalCommaGreen
impl Unpin for TerminalCommaGreen
impl UnwindSafe for TerminalCommaGreen
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 Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.