Struct protobuf::plugin::CodeGeneratorResponse [] [src]

pub struct CodeGeneratorResponse {
    // some fields omitted
}

Methods

impl CodeGeneratorResponse
[src]

fn new() -> CodeGeneratorResponse

fn default_instance() -> &'static CodeGeneratorResponse

fn clear_error(&mut self)

fn has_error(&self) -> bool

fn set_error(&mut self, v: String)

fn mut_error(&mut self) -> &mut String

fn take_error(&mut self) -> String

fn get_error(&self) -> &str

fn clear_file(&mut self)

fn set_file(&mut self, v: RepeatedField<CodeGeneratorResponse_File>)

fn mut_file(&mut self) -> &mut RepeatedField<CodeGeneratorResponse_File>

fn take_file(&mut self) -> RepeatedField<CodeGeneratorResponse_File>

fn get_file(&self) -> &[CodeGeneratorResponse_File]

Trait Implementations

impl Default for CodeGeneratorResponse
[src]

fn default() -> CodeGeneratorResponse

Returns the "default value" for a type. Read more

impl Clone for CodeGeneratorResponse
[src]

fn clone(&self) -> CodeGeneratorResponse

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Sync for CodeGeneratorResponse
[src]

impl Message for CodeGeneratorResponse
[src]

impl MessageStatic for CodeGeneratorResponse
[src]

impl Clear for CodeGeneratorResponse
[src]

fn clear(&mut self)

impl PartialEq for CodeGeneratorResponse
[src]

fn eq(&self, other: &CodeGeneratorResponse) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for CodeGeneratorResponse
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.