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