Struct prost_codegen::google::protobuf::descriptor_proto::ExtensionRange
[−]
[src]
pub struct ExtensionRange {
pub start: Option<i32>,
pub end: Option<i32>,
}Fields
start: Option<i32>
end: Option<i32>
Methods
impl ExtensionRange[src]
Trait Implementations
impl Clone for ExtensionRange[src]
fn clone(&self) -> 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 Debug for ExtensionRange[src]
impl PartialEq for ExtensionRange[src]
fn eq(&self, __arg_0: &ExtensionRange) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ExtensionRange) -> bool
This method tests for !=.