Struct fcplug_build::RustProtoCodeConfig
source · pub struct RustProtoCodeConfig {
pub out_dir: PathBuf,
pub inputs: Vec<PathBuf>,
pub include: Option<PathBuf>,
pub customize: Option<PbCustomize>,
}Fields§
§out_dir: PathBuf§inputs: Vec<PathBuf>§include: Option<PathBuf>§customize: Option<PbCustomize>Auto Trait Implementations§
impl RefUnwindSafe for RustProtoCodeConfig
impl Send for RustProtoCodeConfig
impl Sync for RustProtoCodeConfig
impl Unpin for RustProtoCodeConfig
impl UnwindSafe for RustProtoCodeConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more