pub struct AssetClassCommodityFreight4Choice {
pub dry: Option<FreightCommodityDry3>,
pub wet: Option<FreightCommodityWet3>,
pub cntnr_ship: Option<FreightCommodityContainerShip2>,
pub othr: Option<FreightCommodityOther2>,
}Fields§
§dry: Option<FreightCommodityDry3>§wet: Option<FreightCommodityWet3>§cntnr_ship: Option<FreightCommodityContainerShip2>§othr: Option<FreightCommodityOther2>Implementations§
Source§impl AssetClassCommodityFreight4Choice
impl AssetClassCommodityFreight4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetClassCommodityFreight4Choice
impl RefUnwindSafe for AssetClassCommodityFreight4Choice
impl Send for AssetClassCommodityFreight4Choice
impl Sync for AssetClassCommodityFreight4Choice
impl Unpin for AssetClassCommodityFreight4Choice
impl UnwindSafe for AssetClassCommodityFreight4Choice
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