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