pub struct Benchmark;Expand description
Benchmark (219).
Implementations§
Source§impl Benchmark
impl Benchmark
pub const CURVE: char = '1'
pub const _5YR: char = '2'
pub const OLD5: char = '3'
pub const _10YR: char = '4'
pub const OLD10: char = '5'
pub const _30YR: char = '6'
pub const OLD30: char = '7'
pub const _3MOLIBOR: char = '8'
pub const _6MOLIBOR: char = '9'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Benchmark
impl RefUnwindSafe for Benchmark
impl Send for Benchmark
impl Sync for Benchmark
impl Unpin for Benchmark
impl UnsafeUnpin 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