pub enum BenchmarkCurveName {
Swap,
Libid,
Other,
Treasury,
Euribor,
Pfandbriefe,
FutureSwap,
MuniAaa,
Libor,
}Variants§
Implementations§
Source§impl BenchmarkCurveName
impl BenchmarkCurveName
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for BenchmarkCurveName
impl Clone for BenchmarkCurveName
Source§fn clone(&self) -> BenchmarkCurveName
fn clone(&self) -> BenchmarkCurveName
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 Copy for BenchmarkCurveName
Source§impl Debug for BenchmarkCurveName
impl Debug for BenchmarkCurveName
impl Eq for BenchmarkCurveName
Source§impl FromStr for BenchmarkCurveName
impl FromStr for BenchmarkCurveName
Source§impl Hash for BenchmarkCurveName
impl Hash for BenchmarkCurveName
Source§impl IntoFixValue for BenchmarkCurveName
impl IntoFixValue for BenchmarkCurveName
Source§impl PartialEq for BenchmarkCurveName
impl PartialEq for BenchmarkCurveName
Source§fn eq(&self, other: &BenchmarkCurveName) -> bool
fn eq(&self, other: &BenchmarkCurveName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BenchmarkCurveName
Auto Trait Implementations§
impl Freeze for BenchmarkCurveName
impl RefUnwindSafe for BenchmarkCurveName
impl Send for BenchmarkCurveName
impl Sync for BenchmarkCurveName
impl Unpin for BenchmarkCurveName
impl UnsafeUnpin for BenchmarkCurveName
impl UnwindSafe for BenchmarkCurveName
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