Struct erg_parser::ast::ParamTySpec  
source · Fields§
§name: Option<Token>§ty: TypeSpecImplementations§
Trait Implementations§
source§impl Clone for ParamTySpec
 
impl Clone for ParamTySpec
source§fn clone(&self) -> ParamTySpec
 
fn clone(&self) -> ParamTySpec
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 ParamTySpec
 
impl Debug for ParamTySpec
source§impl Display for ParamTySpec
 
impl Display for ParamTySpec
source§impl Hash for ParamTySpec
 
impl Hash for ParamTySpec
source§impl Locational for ParamTySpec
 
impl Locational for ParamTySpec
source§impl PartialEq<ParamTySpec> for ParamTySpec
 
impl PartialEq<ParamTySpec> for ParamTySpec
source§fn eq(&self, other: &ParamTySpec) -> bool
 
fn eq(&self, other: &ParamTySpec) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.