Struct fcplug_build::BuildConfig
source · pub struct BuildConfig {
pub go_out_dir: PathBuf,
pub rust_out_dir: PathBuf,
pub pb_rust_configs: Vec<PbRustConfig>,
pub pb_go_config: Option<PbGoConfig>,
pub fb_configs: FbConfigs,
}Fields§
§go_out_dir: PathBuf§rust_out_dir: PathBuf§pb_rust_configs: Vec<PbRustConfig>§pb_go_config: Option<PbGoConfig>§fb_configs: FbConfigsAuto Trait Implementations§
impl RefUnwindSafe for BuildConfig
impl Send for BuildConfig
impl Sync for BuildConfig
impl Unpin for BuildConfig
impl UnwindSafe for BuildConfig
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