pub enum Benchmark {
Curve,
FiveYr,
Old5,
TenYr,
Old10,
ThirtyYr,
Old30,
ThreeMolibor,
SixMolibor,
}
Variants§
Implementations§
Source§impl Benchmark
impl Benchmark
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for Benchmark
impl IntoFixValue for Benchmark
impl Copy for Benchmark
impl Eq for Benchmark
impl StructuralPartialEq for Benchmark
Auto Trait Implementations§
impl Freeze for Benchmark
impl RefUnwindSafe for Benchmark
impl Send for Benchmark
impl Sync for Benchmark
impl Unpin for Benchmark
impl UnwindSafe for Benchmark
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