Struct builder_cpp::utils::package::Package
source · pub struct Package {
pub name: String,
pub repo: String,
pub branch: String,
pub build_config: BuildConfig,
pub target_configs: Vec<TargetConfig>,
}Expand description
Represents a package
Fields§
§name: String§repo: String§branch: String§build_config: BuildConfig§target_configs: Vec<TargetConfig>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Package
impl Send for Package
impl Sync for Package
impl Unpin for Package
impl UnwindSafe for Package
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