Struct prost_codegen::google::protobuf::OneofOptions [] [src]

pub struct OneofOptions {
    pub uninterpreted_option: Vec<UninterpretedOption>,
}

Fields

The parser stores options it doesn't recognize here. See above.

Trait Implementations

impl Clone for OneofOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OneofOptions
[src]

Formats the value using the given formatter.

impl PartialEq for OneofOptions
[src]

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

This method tests for !=.