pub struct Price7 {
pub tp: YieldedOrValueType1Choice,
pub val: PriceRateOrAmount3Choice,
}Fields§
§tp: YieldedOrValueType1Choice§val: PriceRateOrAmount3ChoiceImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Price7
impl<'de> Deserialize<'de> for Price7
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Price7
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