Struct rtlola_parser::ast::Ident
source · Expand description
Fields§
§name: StringThe name of the identifier
span: SpanThe span in the specification declaring the identifier
Trait Implementations§
source§impl<'de> Deserialize<'de> for Ident
impl<'de> Deserialize<'de> for Ident
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<Ident> for Ident
impl PartialEq<Ident> for Ident
In the equality definition of Ident, we only compare the string values
and ignore the Span info