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