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