Struct lib_ruby_parser_nodes::Section [−][src]
pub struct Section {
pub name: &'static str,
pub messages: BuiltinMessageList,
}
Fields
name: &'static str
messages: BuiltinMessageList
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Section
impl UnwindSafe for Section
Blanket Implementations
Mutably borrows from an owned value. Read more