Struct geo_aid::script::token::NamedIdent   
source · Expand description
A name.
Fields§
§span: Span§ident: StringTrait Implementations§
source§impl Clone for NamedIdent
 
impl Clone for NamedIdent
source§fn clone(&self) -> NamedIdent
 
fn clone(&self) -> NamedIdent
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 NamedIdent
 
impl Debug for NamedIdent
source§impl PartialEq<NamedIdent> for NamedIdent
 
impl PartialEq<NamedIdent> for NamedIdent
source§fn eq(&self, other: &NamedIdent) -> bool
 
fn eq(&self, other: &NamedIdent) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.