Struct lib_ruby_parser_nodes::Node [−][src]
pub struct Node {
pub camelcase_name: &'static str,
pub wqp_name: &'static str,
pub fields: NodeFieldList,
pub comment: &'static [&'static str],
}Fields
camelcase_name: &'static strwqp_name: &'static strfields: NodeFieldListcomment: &'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