pub struct Price7 {
pub tp: YieldedOrValueType1Choice,
pub val: PriceRateOrAmount3Choice,
}Fields§
§tp: YieldedOrValueType1Choice§val: PriceRateOrAmount3ChoiceImplementations§
Auto Trait Implementations§
impl Freeze for Price7
impl RefUnwindSafe for Price7
impl Send for Price7
impl Sync for Price7
impl Unpin for Price7
impl UnwindSafe for Price7
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