[−][src]Struct protobuf::well_known_types::Type
Fields
name: Stringfields: RepeatedField<Field>oneofs: RepeatedField<String>options: RepeatedField<Option>source_context: SingularPtrField<SourceContext>syntax: Syntaxunknown_fields: UnknownFieldscached_size: CachedSizeImplementations
impl Type[src]
pub fn new() -> Type[src]
pub fn get_name(&self) -> &str[src]
pub fn clear_name(&mut self)[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_fields(&self) -> &[Field][src]
pub fn clear_fields(&mut self)[src]
pub fn set_fields(&mut self, v: RepeatedField<Field>)[src]
pub fn mut_fields(&mut self) -> &mut RepeatedField<Field>[src]
pub fn take_fields(&mut self) -> RepeatedField<Field>[src]
pub fn get_oneofs(&self) -> &[String][src]
pub fn clear_oneofs(&mut self)[src]
pub fn set_oneofs(&mut self, v: RepeatedField<String>)[src]
pub fn mut_oneofs(&mut self) -> &mut RepeatedField<String>[src]
pub fn take_oneofs(&mut self) -> RepeatedField<String>[src]
pub fn get_options(&self) -> &[Option][src]
pub fn clear_options(&mut self)[src]
pub fn set_options(&mut self, v: RepeatedField<Option>)[src]
pub fn mut_options(&mut self) -> &mut RepeatedField<Option>[src]
pub fn take_options(&mut self) -> RepeatedField<Option>[src]
pub fn get_source_context(&self) -> &SourceContext[src]
pub fn clear_source_context(&mut self)[src]
pub fn has_source_context(&self) -> bool[src]
pub fn set_source_context(&mut self, v: SourceContext)[src]
pub fn mut_source_context(&mut self) -> &mut SourceContext[src]
pub fn take_source_context(&mut self) -> SourceContext[src]
pub fn get_syntax(&self) -> Syntax[src]
pub fn clear_syntax(&mut self)[src]
pub fn set_syntax(&mut self, v: Syntax)[src]
Trait Implementations
impl Clear for Type[src]
impl Clone for Type[src]
impl Debug for Type[src]
impl Default for Type[src]
impl<'a> Default for &'a Type[src]
impl Message for Type[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) -> &dyn Any[src]
fn as_any_mut(&mut self) -> &mut dyn Any[src]
fn into_any(self: Box<Self>) -> Box<dyn Any>[src]
fn descriptor(&self) -> &'static MessageDescriptor[src]
fn new() -> Type[src]
fn descriptor_static() -> &'static MessageDescriptor[src]
fn default_instance() -> &'static Type[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 dyn 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 dyn Write
) -> ProtobufResult<()>[src]
&self,
w: &mut dyn Write
) -> ProtobufResult<()>
fn write_length_delimited_to_bytes(&self) -> ProtobufResult<Vec<u8>>[src]
fn type_id(&self) -> TypeId[src]
impl PartialEq<Type> for Type[src]
impl ProtobufValue for Type[src]
fn as_ref(&self) -> ReflectValueRef[src]
fn as_any(&self) -> &dyn Any[src]
fn is_non_zero(&self) -> bool[src]
fn as_ref_copy(&self) -> ReflectValueRef<'static>[src]
impl StructuralPartialEq for Type[src]
Auto Trait Implementations
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,