pub struct ProprietaryPrice2 {
pub tp: String,
pub pric: ActiveOrHistoricCurrencyAndAmount,
}Fields§
§tp: String§pric: ActiveOrHistoricCurrencyAndAmountImplementations§
Source§impl ProprietaryPrice2
impl ProprietaryPrice2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ProprietaryPrice2
impl RefUnwindSafe for ProprietaryPrice2
impl Send for ProprietaryPrice2
impl Sync for ProprietaryPrice2
impl Unpin for ProprietaryPrice2
impl UnwindSafe for ProprietaryPrice2
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