pub struct WasmBuildBatchOutcome { /* private fields */ }Expand description
Successful outcomes from an independent sequence of exact Wasm builds.
Implementations§
Source§impl WasmBuildBatchOutcome
impl WasmBuildBatchOutcome
Sourcepub fn outcomes(&self) -> &[WasmBuildOutcome]
pub fn outcomes(&self) -> &[WasmBuildOutcome]
Successful outcomes in specification order.
Sourcepub fn into_outcomes(self) -> Vec<WasmBuildOutcome>
pub fn into_outcomes(self) -> Vec<WasmBuildOutcome>
Consume the report and return its ordered outcomes.
Trait Implementations§
Source§impl Clone for WasmBuildBatchOutcome
impl Clone for WasmBuildBatchOutcome
Source§fn clone(&self) -> WasmBuildBatchOutcome
fn clone(&self) -> WasmBuildBatchOutcome
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 moreSource§impl Debug for WasmBuildBatchOutcome
impl Debug for WasmBuildBatchOutcome
Source§impl Display for WasmBuildBatchOutcome
impl Display for WasmBuildBatchOutcome
impl Eq for WasmBuildBatchOutcome
Source§impl PartialEq for WasmBuildBatchOutcome
impl PartialEq for WasmBuildBatchOutcome
impl StructuralPartialEq for WasmBuildBatchOutcome
Auto Trait Implementations§
impl Freeze for WasmBuildBatchOutcome
impl RefUnwindSafe for WasmBuildBatchOutcome
impl Send for WasmBuildBatchOutcome
impl Sync for WasmBuildBatchOutcome
impl Unpin for WasmBuildBatchOutcome
impl UnsafeUnpin for WasmBuildBatchOutcome
impl UnwindSafe for WasmBuildBatchOutcome
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<T> CustomError for T
impl<T> CustomError for T
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.