pub struct WasmBuildBatchOutcomeEntry<'a> { /* private fields */ }Expand description
One successful Wasm batch entry.
Implementations§
Source§impl<'a> WasmBuildBatchOutcomeEntry<'a>
impl<'a> WasmBuildBatchOutcomeEntry<'a>
Sourcepub const fn index(self) -> usize
pub const fn index(self) -> usize
Zero-based position in the supplied labeled specification slice.
Sourcepub const fn outcome(self) -> &'a WasmBuildOutcome
pub const fn outcome(self) -> &'a WasmBuildOutcome
Successful Wasm build outcome.
Sourcepub const fn entry_elapsed(self) -> Duration
pub const fn entry_elapsed(self) -> Duration
Complete wall-clock time retained for this successful entry.
Trait Implementations§
Source§impl<'a> Clone for WasmBuildBatchOutcomeEntry<'a>
impl<'a> Clone for WasmBuildBatchOutcomeEntry<'a>
Source§fn clone(&self) -> WasmBuildBatchOutcomeEntry<'a>
fn clone(&self) -> WasmBuildBatchOutcomeEntry<'a>
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<'a> Copy for WasmBuildBatchOutcomeEntry<'a>
Auto Trait Implementations§
impl<'a> Freeze for WasmBuildBatchOutcomeEntry<'a>
impl<'a> RefUnwindSafe for WasmBuildBatchOutcomeEntry<'a>
impl<'a> Send for WasmBuildBatchOutcomeEntry<'a>
impl<'a> Sync for WasmBuildBatchOutcomeEntry<'a>
impl<'a> Unpin for WasmBuildBatchOutcomeEntry<'a>
impl<'a> UnsafeUnpin for WasmBuildBatchOutcomeEntry<'a>
impl<'a> UnwindSafe for WasmBuildBatchOutcomeEntry<'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