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 strstr_type: &'static strfilename: &'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