[−][src]Struct protobuf::descriptor::FieldDescriptorProto
Fields
unknown_fields: UnknownFields
cached_size: CachedSize
Methods
impl FieldDescriptorProto
[src][−]
pub fn new() -> FieldDescriptorProto
[src]
pub fn get_name(&self) -> &str
[src]
pub fn clear_name(&mut self)
[src]
pub fn has_name(&self) -> bool
[src]
pub fn set_name(&mut self, v: String)
[src]
pub fn mut_name(&mut self) -> &mut String
[src]
pub fn take_name(&mut self) -> String
[src]
pub fn get_number(&self) -> i32
[src]
pub fn clear_number(&mut self)
[src]
pub fn has_number(&self) -> bool
[src]
pub fn set_number(&mut self, v: i32)
[src]
pub fn get_label(&self) -> FieldDescriptorProto_Label
[src]
pub fn clear_label(&mut self)
[src]
pub fn has_label(&self) -> bool
[src]
pub fn set_label(&mut self, v: FieldDescriptorProto_Label)
[src]
pub fn get_field_type(&self) -> FieldDescriptorProto_Type
[src]
pub fn clear_field_type(&mut self)
[src]
pub fn has_field_type(&self) -> bool
[src]
pub fn set_field_type(&mut self, v: FieldDescriptorProto_Type)
[src]
pub fn get_type_name(&self) -> &str
[src]
pub fn clear_type_name(&mut self)
[src]
pub fn has_type_name(&self) -> bool
[src]
pub fn set_type_name(&mut self, v: String)
[src]
pub fn mut_type_name(&mut self) -> &mut String
[src]
pub fn take_type_name(&mut self) -> String
[src]
pub fn get_extendee(&self) -> &str
[src]
pub fn clear_extendee(&mut self)
[src]
pub fn has_extendee(&self) -> bool
[src]
pub fn set_extendee(&mut self, v: String)
[src]
pub fn mut_extendee(&mut self) -> &mut String
[src]
pub fn take_extendee(&mut self) -> String
[src]
pub fn get_default_value(&self) -> &str
[src]
pub fn clear_default_value(&mut self)
[src]
pub fn has_default_value(&self) -> bool
[src]
pub fn set_default_value(&mut self, v: String)
[src]
pub fn mut_default_value(&mut self) -> &mut String
[src]
pub fn take_default_value(&mut self) -> String
[src]
pub fn get_oneof_index(&self) -> i32
[src]
pub fn clear_oneof_index(&mut self)
[src]
pub fn has_oneof_index(&self) -> bool
[src]
pub fn set_oneof_index(&mut self, v: i32)
[src]
pub fn get_json_name(&self) -> &str
[src]
pub fn clear_json_name(&mut self)
[src]
pub fn has_json_name(&self) -> bool
[src]
pub fn set_json_name(&mut self, v: String)
[src]
pub fn mut_json_name(&mut self) -> &mut String
[src]
pub fn take_json_name(&mut self) -> String
[src]
pub fn get_options(&self) -> &FieldOptions
[src]
pub fn clear_options(&mut self)
[src]
pub fn has_options(&self) -> bool
[src]
pub fn set_options(&mut self, v: FieldOptions)
[src]
pub fn mut_options(&mut self) -> &mut FieldOptions
[src]
pub fn take_options(&mut self) -> FieldOptions
[src]
Trait Implementations
impl Clear for FieldDescriptorProto
[src][+]
impl Message for FieldDescriptorProto
[src][+]
impl ProtobufValue for FieldDescriptorProto
[src][+]
impl Default for FieldDescriptorProto
[src][+]
impl<'a> Default for &'a FieldDescriptorProto
[src][+]
impl Clone for FieldDescriptorProto
[src][+]
impl PartialEq<FieldDescriptorProto> for FieldDescriptorProto
[src][+]
impl Debug for FieldDescriptorProto
[src][+]
Auto Trait Implementations
impl Send for FieldDescriptorProto
impl Sync for FieldDescriptorProto
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,