pub struct BenchmarkHost {
pub node_binary: String,
pub node_version: String,
pub os: &'static str,
pub arch: &'static str,
pub logical_cpus: usize,
}Fields§
§node_binary: String§node_version: String§os: &'static str§arch: &'static str§logical_cpus: usizeTrait Implementations§
Source§impl Clone for BenchmarkHost
impl Clone for BenchmarkHost
Source§fn clone(&self) -> BenchmarkHost
fn clone(&self) -> BenchmarkHost
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 BenchmarkHost
impl Debug for BenchmarkHost
impl Eq for BenchmarkHost
Source§impl PartialEq for BenchmarkHost
impl PartialEq for BenchmarkHost
Source§fn eq(&self, other: &BenchmarkHost) -> bool
fn eq(&self, other: &BenchmarkHost) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BenchmarkHost
impl Serialize for BenchmarkHost
impl StructuralPartialEq for BenchmarkHost
Auto Trait Implementations§
impl Freeze for BenchmarkHost
impl RefUnwindSafe for BenchmarkHost
impl Send for BenchmarkHost
impl Sync for BenchmarkHost
impl Unpin for BenchmarkHost
impl UnsafeUnpin for BenchmarkHost
impl UnwindSafe for BenchmarkHost
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