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