Struct protoc::DescriptorSetOutArgs
source · [−]pub struct DescriptorSetOutArgs<'a> {
pub out: &'a str,
pub includes: &'a [&'a str],
pub input: &'a [&'a str],
pub include_imports: bool,
}
Expand description
Protoc --descriptor_set_out...
args
Fields
out: &'a str
--file_descriptor_out=...
param
includes: &'a [&'a str]
-I
args
input: &'a [&'a str]
List of .proto
files to compile
include_imports: bool
--include_imports
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DescriptorSetOutArgs<'a>
impl<'a> Send for DescriptorSetOutArgs<'a>
impl<'a> Sync for DescriptorSetOutArgs<'a>
impl<'a> Unpin for DescriptorSetOutArgs<'a>
impl<'a> UnwindSafe for DescriptorSetOutArgs<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more