pub struct BenchDisclaimer {
pub note: &'static str,
pub pricing_as_of: String,
}Expand description
The hedge label + the pricing date the re-pricing math used. Per-benchmark sources
and dates live on each BenchFrontier.
Fields§
§note: &'static str§pricing_as_of: StringTrait Implementations§
Source§impl Clone for BenchDisclaimer
impl Clone for BenchDisclaimer
Source§fn clone(&self) -> BenchDisclaimer
fn clone(&self) -> BenchDisclaimer
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 BenchDisclaimer
impl Debug for BenchDisclaimer
impl Eq for BenchDisclaimer
Source§impl PartialEq for BenchDisclaimer
impl PartialEq for BenchDisclaimer
Source§fn eq(&self, other: &BenchDisclaimer) -> bool
fn eq(&self, other: &BenchDisclaimer) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BenchDisclaimer
impl Serialize for BenchDisclaimer
impl StructuralPartialEq for BenchDisclaimer
Auto Trait Implementations§
impl Freeze for BenchDisclaimer
impl RefUnwindSafe for BenchDisclaimer
impl Send for BenchDisclaimer
impl Sync for BenchDisclaimer
impl Unpin for BenchDisclaimer
impl UnsafeUnpin for BenchDisclaimer
impl UnwindSafe for BenchDisclaimer
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