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

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

impl MessageStatic for DescriptorProto_ExtensionRange[src]

impl Clear for DescriptorProto_ExtensionRange[src]

impl ProtobufValue for DescriptorProto_ExtensionRange[src]

fn as_any(&self) -> &dyn Any[src]

fn is_non_zero(&self) -> bool[src]

fn as_ref_copy(&self) -> ProtobufValueRef<'static>[src]

impl Default for DescriptorProto_ExtensionRange[src]

impl Sync for DescriptorProto_ExtensionRange[src]

impl Clone for DescriptorProto_ExtensionRange[src]

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

Performs copy-assignment from source. Read more

impl PartialEq<DescriptorProto_ExtensionRange> for DescriptorProto_ExtensionRange[src]

impl Debug for DescriptorProto_ExtensionRange[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]