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