pub struct References {
pub workload: Name,
pub correctness_preflight: Name,
pub planted_worse: Name,
pub complexity_claim: Name,
}Expand description
The four namespaced references one bench row states about itself.
The preflight and the planted-worse falsifier are REFERENCES — the callables that stand behind them ride the attachment — and the complexity claim is a NEUTRAL reference, because a standalone public vocabulary never names a consumer’s type.
Fields§
§workload: NameWhat is measured.
correctness_preflight: NameThe correctness preflight the host order runs first.
planted_worse: NameThe planted-worse falsifier the host order runs second.
complexity_claim: NameThe neutral complexity claim this row’s envelope stands under.
Trait Implementations§
Source§impl Clone for References
impl Clone for References
Source§fn clone(&self) -> References
fn clone(&self) -> References
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 References
impl Debug for References
impl Eq for References
Source§impl Hash for References
impl Hash for References
Source§impl PartialEq for References
impl PartialEq for References
impl StructuralPartialEq for References
Auto Trait Implementations§
impl Freeze for References
impl RefUnwindSafe for References
impl Send for References
impl Sync for References
impl Unpin for References
impl UnsafeUnpin for References
impl UnwindSafe for References
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