Struct protobuf::descriptor::DescriptorProto_ExtensionRange
[−]
[src]
pub struct DescriptorProto_ExtensionRange { /* fields omitted */ }
Methods
impl DescriptorProto_ExtensionRange[src]
pub fn new() -> DescriptorProto_ExtensionRange[src]
pub fn default_instance() -> &'static DescriptorProto_ExtensionRange[src]
pub fn clear_start(&mut self)[src]
pub fn has_start(&self) -> bool[src]
pub fn set_start(&mut self, v: i32)[src]
pub fn get_start(&self) -> i32[src]
pub fn clear_end(&mut self)[src]
pub fn has_end(&self) -> bool[src]
pub fn set_end(&mut self, v: i32)[src]
pub fn get_end(&self) -> i32[src]
Trait Implementations
impl PartialEq for DescriptorProto_ExtensionRange[src]
fn eq(&self, __arg_0: &DescriptorProto_ExtensionRange) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DescriptorProto_ExtensionRange) -> bool[src]
This method tests for !=.
impl Clone for DescriptorProto_ExtensionRange[src]
fn clone(&self) -> DescriptorProto_ExtensionRange[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for DescriptorProto_ExtensionRange[src]
fn default() -> DescriptorProto_ExtensionRange[src]
Returns the "default value" for a type. Read more
impl Sync for DescriptorProto_ExtensionRange[src]
impl Message for DescriptorProto_ExtensionRange[src]
fn is_initialized(&self) -> bool[src]
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>[src]
fn compute_size(&self) -> u32[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>[src]
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32[src]
fn get_unknown_fields(&self) -> &UnknownFields[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFields[src]
fn as_any(&self) -> &Any[src]
fn as_any_mut(&mut self) -> &mut Any[src]
fn into_any(self: Box<Self>) -> Box<Any>[src]
fn descriptor(&self) -> &'static MessageDescriptor[src]
fn write_to(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>[src]
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>[src]
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
fn write_length_delimited_to_vec(&self, vec: &mut Vec<u8>) -> ProtobufResult<()>[src]
fn merge_from_bytes(&mut self, bytes: &[u8]) -> ProtobufResult<()>[src]
fn check_initialized(&self) -> ProtobufResult<()>[src]
fn write_to_writer(&self, w: &mut Write) -> ProtobufResult<()>[src]
fn write_to_vec(&self, v: &mut Vec<u8>) -> ProtobufResult<()>[src]
fn write_to_bytes(&self) -> ProtobufResult<Vec<u8>>[src]
fn write_length_delimited_to_writer(&self, w: &mut Write) -> ProtobufResult<()>[src]
fn write_length_delimited_to_bytes(&self) -> ProtobufResult<Vec<u8>>[src]
fn type_id(&self) -> TypeId[src]
impl MessageStatic for DescriptorProto_ExtensionRange[src]
fn new() -> DescriptorProto_ExtensionRange[src]
fn descriptor_static(
_: Option<DescriptorProto_ExtensionRange>
) -> &'static MessageDescriptor[src]
_: Option<DescriptorProto_ExtensionRange>
) -> &'static MessageDescriptor
impl Clear for DescriptorProto_ExtensionRange[src]
impl Debug for DescriptorProto_ExtensionRange[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more