pub struct RootBaselineSpec<'a> {Show 16 fields
pub progress_prefix: &'a str,
pub workspace_root: PathBuf,
pub root_wasm_relative: &'a str,
pub root_wasm_artifact_relative: &'a str,
pub root_release_artifacts_relative: &'a str,
pub artifact_watch_paths: &'a [&'a str],
pub release_roles: &'a [&'a str],
pub dfx_build_lock_relative: &'a str,
pub build_network: &'a str,
pub build_profile: WasmBuildProfile,
pub build_extra_env: &'a [(&'a str, &'a str)],
pub bootstrap_tick_limit: usize,
pub root_setup_max_attempts: usize,
pub pocket_ic_wasm_chunk_store_limit_bytes: usize,
pub root_release_chunk_bytes: usize,
pub package_version: &'a str,
}Expand description
RootBaselineSpec
Fields§
§progress_prefix: &'a str§workspace_root: PathBuf§root_wasm_relative: &'a str§root_wasm_artifact_relative: &'a str§root_release_artifacts_relative: &'a str§artifact_watch_paths: &'a [&'a str]§release_roles: &'a [&'a str]§dfx_build_lock_relative: &'a str§build_network: &'a str§build_profile: WasmBuildProfile§build_extra_env: &'a [(&'a str, &'a str)]§bootstrap_tick_limit: usize§root_setup_max_attempts: usize§pocket_ic_wasm_chunk_store_limit_bytes: usize§root_release_chunk_bytes: usize§package_version: &'a strTrait Implementations§
Source§impl<'a> Clone for RootBaselineSpec<'a>
impl<'a> Clone for RootBaselineSpec<'a>
Source§fn clone(&self) -> RootBaselineSpec<'a>
fn clone(&self) -> RootBaselineSpec<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for RootBaselineSpec<'a>
impl<'a> RefUnwindSafe for RootBaselineSpec<'a>
impl<'a> Send for RootBaselineSpec<'a>
impl<'a> Sync for RootBaselineSpec<'a>
impl<'a> Unpin for RootBaselineSpec<'a>
impl<'a> UnsafeUnpin for RootBaselineSpec<'a>
impl<'a> UnwindSafe for RootBaselineSpec<'a>
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