pub struct PaperCommodityNewsprint1 {
pub base_pdct: AssetClassProductType8Code,
pub sub_pdct: Option<AssetClassSubProductType36Code>,
}Fields§
§base_pdct: AssetClassProductType8Code§sub_pdct: Option<AssetClassSubProductType36Code>Implementations§
Source§impl PaperCommodityNewsprint1
impl PaperCommodityNewsprint1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaperCommodityNewsprint1
impl RefUnwindSafe for PaperCommodityNewsprint1
impl Send for PaperCommodityNewsprint1
impl Sync for PaperCommodityNewsprint1
impl Unpin for PaperCommodityNewsprint1
impl UnwindSafe for PaperCommodityNewsprint1
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