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