Struct protobuf::descriptor::FileDescriptorSet[][src]

pub struct FileDescriptorSet {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl FileDescriptorSet[src]

pub fn new() -> FileDescriptorSet[src]

pub fn get_file(&self) -> &[FileDescriptorProto]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
[src]

pub fn clear_file(&mut self)[src]

pub fn set_file(&mut self, v: RepeatedField<FileDescriptorProto>)[src]

pub fn mut_file(&mut self) -> &mut RepeatedField<FileDescriptorProto>[src]

pub fn take_file(&mut self) -> RepeatedField<FileDescriptorProto>[src]

Trait Implementations

impl Clear for FileDescriptorSet[src]

impl Clone for FileDescriptorSet[src]

impl Debug for FileDescriptorSet[src]

impl Default for FileDescriptorSet[src]

impl<'a> Default for &'a FileDescriptorSet[src]

impl Message for FileDescriptorSet[src]

impl PartialEq<FileDescriptorSet> for FileDescriptorSet[src]

impl ProtobufValue for FileDescriptorSet[src]

impl StructuralPartialEq for FileDescriptorSet[src]

Auto Trait Implementations

impl RefUnwindSafe for FileDescriptorSet

impl Send for FileDescriptorSet

impl Sync for FileDescriptorSet

impl Unpin for FileDescriptorSet

impl UnwindSafe for FileDescriptorSet

Blanket Implementations

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

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

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

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.