pub struct JavascriptBenchmarkRunOutput {
pub artifact_paths: JavascriptBenchmarkArtifactPaths,
pub resumed_stage_count: usize,
}Fields§
§artifact_paths: JavascriptBenchmarkArtifactPaths§resumed_stage_count: usizeTrait Implementations§
Source§impl Clone for JavascriptBenchmarkRunOutput
impl Clone for JavascriptBenchmarkRunOutput
Source§fn clone(&self) -> JavascriptBenchmarkRunOutput
fn clone(&self) -> JavascriptBenchmarkRunOutput
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 JavascriptBenchmarkRunOutput
impl Debug for JavascriptBenchmarkRunOutput
impl Eq for JavascriptBenchmarkRunOutput
Source§impl PartialEq for JavascriptBenchmarkRunOutput
impl PartialEq for JavascriptBenchmarkRunOutput
Source§fn eq(&self, other: &JavascriptBenchmarkRunOutput) -> bool
fn eq(&self, other: &JavascriptBenchmarkRunOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for JavascriptBenchmarkRunOutput
Auto Trait Implementations§
impl Freeze for JavascriptBenchmarkRunOutput
impl RefUnwindSafe for JavascriptBenchmarkRunOutput
impl Send for JavascriptBenchmarkRunOutput
impl Sync for JavascriptBenchmarkRunOutput
impl Unpin for JavascriptBenchmarkRunOutput
impl UnsafeUnpin for JavascriptBenchmarkRunOutput
impl UnwindSafe for JavascriptBenchmarkRunOutput
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