Struct lib_ruby_parser_nodes::Node [−][src]
pub struct Node { pub struct_name: &'static str, pub str_type: &'static str, pub filename: &'static str, pub fields: NodeFieldList, pub comment: &'static [&'static str], }
Fields
struct_name: &'static str
str_type: &'static str
filename: &'static str
fields: NodeFieldList
comment: &'static [&'static str]
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Node
impl UnwindSafe for Node
Blanket Implementations
Mutably borrows from an owned value. Read more