pub struct WasmBuildBatchConfig { /* private fields */ }Expand description
Orchestration shared by every entry in one independent Wasm build batch.
Implementations§
Source§impl WasmBuildBatchConfig
impl WasmBuildBatchConfig
Maintain each distinct shared target once through its first batch entry.
Strictly maintain each distinct shared target at most once per interval.
Batch-owned shared-target maintenance, when configured.
Trait Implementations§
Source§impl Clone for WasmBuildBatchConfig
impl Clone for WasmBuildBatchConfig
Source§fn clone(&self) -> WasmBuildBatchConfig
fn clone(&self) -> WasmBuildBatchConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WasmBuildBatchConfig
Source§impl Debug for WasmBuildBatchConfig
impl Debug for WasmBuildBatchConfig
Source§impl Default for WasmBuildBatchConfig
impl Default for WasmBuildBatchConfig
Source§fn default() -> WasmBuildBatchConfig
fn default() -> WasmBuildBatchConfig
Returns the “default value” for a type. Read more
impl Eq for WasmBuildBatchConfig
Source§impl PartialEq for WasmBuildBatchConfig
impl PartialEq for WasmBuildBatchConfig
impl StructuralPartialEq for WasmBuildBatchConfig
Auto Trait Implementations§
impl Freeze for WasmBuildBatchConfig
impl RefUnwindSafe for WasmBuildBatchConfig
impl Send for WasmBuildBatchConfig
impl Sync for WasmBuildBatchConfig
impl Unpin for WasmBuildBatchConfig
impl UnsafeUnpin for WasmBuildBatchConfig
impl UnwindSafe for WasmBuildBatchConfig
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.