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

pub struct FileDescriptorSet { /* fields omitted */ }

Methods

impl FileDescriptorSet[src]

pub fn new() -> FileDescriptorSet[src]

pub fn default_instance() -> &'static FileDescriptorSet[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]

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

Trait Implementations

impl Message for FileDescriptorSet[src]

impl MessageStatic for FileDescriptorSet[src]

impl Clear for FileDescriptorSet[src]

impl ProtobufValue for FileDescriptorSet[src]

impl Default for FileDescriptorSet[src]

impl Sync for FileDescriptorSet[src]

impl Clone for FileDescriptorSet[src]

impl PartialEq<FileDescriptorSet> for FileDescriptorSet[src]

impl Debug for FileDescriptorSet[src]

Auto Trait Implementations

impl Send for FileDescriptorSet

impl Unpin for FileDescriptorSet

impl UnwindSafe for FileDescriptorSet

impl !RefUnwindSafe for FileDescriptorSet

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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]