pub struct BenchmarkPrice;Expand description
BenchmarkPrice (662).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BenchmarkPrice
impl RefUnwindSafe for BenchmarkPrice
impl Send for BenchmarkPrice
impl Sync for BenchmarkPrice
impl Unpin for BenchmarkPrice
impl UnsafeUnpin for BenchmarkPrice
impl UnwindSafe for BenchmarkPrice
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