Struct rtlola_parser::ast::TypeDeclField
source · Expand description
An Ast node representing the declaration of a field of a user-defined type.
Fields§
§ty: TypeThe type of a field of a user-defined type
name: StringThe name of a field of a user-defined type
id: NodeIdThe id of the node in the Ast
span: SpanThe span in the specification declaring the type declaration
Trait Implementations§
source§impl Clone for TypeDeclField
impl Clone for TypeDeclField
source§fn clone(&self) -> TypeDeclField
fn clone(&self) -> TypeDeclField
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 more