Struct lib_ruby_parser_nodes::NodeField [−][src]
pub struct NodeField {
pub node: &'static Node,
pub snakecase_name: &'static str,
pub field_type: NodeFieldType,
pub always_print: bool,
pub comment: &'static [&'static str],
}Fields
node: &'static Nodesnakecase_name: &'static strfield_type: NodeFieldTypealways_print: boolcomment: &'static [&'static str]Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeField
impl UnwindSafe for NodeField
Blanket Implementations
Mutably borrows from an owned value. Read more