fn get_scope(&self) -> &Scope<'a>
fn get_name(&self) -> &'a str
fn escape_prefix(&self) -> &'static str
fn get_file_descriptor(&self) -> &'a FileDescriptorProto
fn name_to_package(&self) -> String
fn rust_name(&self) -> String
fn rust_fq_name(&self) -> String
impl<'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]