Struct protobuf::descriptor::DescriptorProto_ExtensionRange [] [src]

pub struct DescriptorProto_ExtensionRange {
    // some fields omitted
}

Methods

impl DescriptorProto_ExtensionRange
[src]

fn new() -> DescriptorProto_ExtensionRange

fn default_instance() -> &'static DescriptorProto_ExtensionRange

fn clear_start(&mut self)

fn has_start(&self) -> bool

fn set_start(&mut self, v: i32)

fn get_start(&self) -> i32

fn clear_end(&mut self)

fn has_end(&self) -> bool

fn set_end(&mut self, v: i32)

fn get_end(&self) -> i32

Trait Implementations

impl Default for DescriptorProto_ExtensionRange
[src]

fn default() -> DescriptorProto_ExtensionRange

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

impl Clone for DescriptorProto_ExtensionRange
[src]

fn clone(&self) -> DescriptorProto_ExtensionRange

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 DescriptorProto_ExtensionRange
[src]

impl Message for DescriptorProto_ExtensionRange
[src]

impl MessageStatic for DescriptorProto_ExtensionRange
[src]

impl Clear for DescriptorProto_ExtensionRange
[src]

fn clear(&mut self)

impl PartialEq for DescriptorProto_ExtensionRange
[src]

fn eq(&self, other: &DescriptorProto_ExtensionRange) -> 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 DescriptorProto_ExtensionRange
[src]

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

Formats the value using the given formatter.