fn get_scope(&self) -> &Scope<'a>fn get_name(&self) -> &'a strfn escape_prefix(&self) -> &'static strfn get_file_descriptor(&self) -> &'a FileDescriptorProtofn name_to_package(&self) -> Stringfn rust_name(&self) -> Stringfn rust_fq_name(&self) -> Stringimpl<'a> WithScope<'a> for MessageOrEnumWithScope<'a>[src]fn get_scope(&self) -> &Scope<'a>[src]fn escape_prefix(&self) -> &'static str[src]fn get_name(&self) -> &'a str[src]impl<'a> WithScope<'a> for EnumWithScope<'a>[src]fn get_scope(&self) -> &Scope<'a>[src]fn escape_prefix(&self) -> &'static str[src]fn get_name(&self) -> &'a str[src]impl<'a> WithScope<'a> for MessageWithScope<'a>[src]