pub struct PriceType2 {
pub strd: TypeOfPrice6Code,
pub addtl_inf: Option<String>,
}Fields§
§strd: TypeOfPrice6Code§addtl_inf: Option<String>Implementations§
Source§impl PriceType2
impl PriceType2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PriceType2
impl RefUnwindSafe for PriceType2
impl Send for PriceType2
impl Sync for PriceType2
impl Unpin for PriceType2
impl UnwindSafe for PriceType2
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