pub struct BuildConfig {
pub name: String,
pub version: String,
pub source_url: String,
pub checksum_sha256: String,
pub build_type: BuildType,
pub dependencies: Vec<String>,
pub build_dependencies: Vec<String>,
pub configure_flags: Vec<String>,
pub make_flags: Vec<String>,
pub patches: Vec<String>,
pub install_prefix: String,
}Expand description
Build configuration for a single package
Fields§
§name: String§version: String§source_url: String§checksum_sha256: String§build_type: BuildType§dependencies: Vec<String>§build_dependencies: Vec<String>§configure_flags: Vec<String>§make_flags: Vec<String>§patches: Vec<String>§install_prefix: StringImplementations§
Source§impl BuildConfig
impl BuildConfig
Trait Implementations§
Source§impl Clone for BuildConfig
impl Clone for BuildConfig
Source§fn clone(&self) -> BuildConfig
fn clone(&self) -> BuildConfig
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BuildConfig
impl RefUnwindSafe for BuildConfig
impl Send for BuildConfig
impl Sync for BuildConfig
impl Unpin for BuildConfig
impl UnwindSafe for BuildConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)