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