Struct lib_ruby_parser_nodes::Message [−][src]
pub struct Message {
    pub camelcase_name: &'static str,
    pub fields: MessageFieldList,
    pub comment: &'static [&'static str],
}Fields
camelcase_name: &'static strfields: MessageFieldListcomment: &'static [&'static str]Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Message
impl UnwindSafe for Message
Blanket Implementations
Mutably borrows from an owned value. Read more