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