pub enum BenchmarkCurveName {
Swap,
Eonia,
Libid,
Libor,
Other,
Sonia,
Eurepo,
Euribor,
MuniAaa,
Treasury,
FutureSwap,
Pfandbriefe,
}
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 · 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 BenchmarkCurveName
impl Debug 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
impl Copy for BenchmarkCurveName
impl Eq for BenchmarkCurveName
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 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