Struct builder_cpp::utils::configs::BuildConfig
source · pub struct BuildConfig {
pub compiler: String,
pub packages: Vec<String>,
pub pre_build: Option<String>,
pub post_build: Option<String>,
}Expand description
Struct descibing the build config of the local project
Fields§
§compiler: String§packages: Vec<String>§pre_build: Option<String>§post_build: Option<String>Trait Implementations§
Auto 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