pub struct BenchmarkCurveName;Expand description
BenchmarkCurveName (221).
Implementations§
Source§impl BenchmarkCurveName
impl BenchmarkCurveName
pub const EONIA: &'static str = "EONIA"
pub const EUREPO: &'static str = "EUREPO"
pub const EURIBOR: &'static str = "Euribor"
pub const FUTURESWAP: &'static str = "FutureSWAP"
pub const LIBID: &'static str = "LIBID"
pub const LIBOR: &'static str = "LIBOR"
pub const MUNIAAA: &'static str = "MuniAAA"
pub const OTHER: &'static str = "OTHER"
pub const PFANDBRIEFE: &'static str = "Pfandbriefe"
pub const SONIA: &'static str = "SONIA"
pub const SWAP: &'static str = "SWAP"
pub const TREASURY: &'static str = "Treasury"
Trait Implementations§
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