Struct protobuf::descriptor::FileDescriptorSet
[−]
[src]
pub struct FileDescriptorSet { /* fields omitted */ }Methods
impl FileDescriptorSet[src]
fn new() -> FileDescriptorSet
fn default_instance() -> &'static FileDescriptorSet
fn clear_file(&mut self)
fn set_file(&mut self, v: RepeatedField<FileDescriptorProto>)
fn mut_file(&mut self) -> &mut RepeatedField<FileDescriptorProto>
fn take_file(&mut self) -> RepeatedField<FileDescriptorProto>
fn get_file(&self) -> &[FileDescriptorProto]
Trait Implementations
impl PartialEq for FileDescriptorSet[src]
fn eq(&self, __arg_0: &FileDescriptorSet) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FileDescriptorSet) -> bool
This method tests for !=.
impl Clone for FileDescriptorSet[src]
fn clone(&self) -> FileDescriptorSet
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for FileDescriptorSet[src]
fn default() -> FileDescriptorSet
Returns the "default value" for a type. Read more