pub struct AssetClassDetailedSubProductType1Choice {
pub cd: Option<AssetClassDetailedSubProductType16Code>,
pub prtry: Option<GenericIdentification36>,
}Fields§
§cd: Option<AssetClassDetailedSubProductType16Code>§prtry: Option<GenericIdentification36>Implementations§
Source§impl AssetClassDetailedSubProductType1Choice
impl AssetClassDetailedSubProductType1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetClassDetailedSubProductType1Choice
impl RefUnwindSafe for AssetClassDetailedSubProductType1Choice
impl Send for AssetClassDetailedSubProductType1Choice
impl Sync for AssetClassDetailedSubProductType1Choice
impl Unpin for AssetClassDetailedSubProductType1Choice
impl UnwindSafe for AssetClassDetailedSubProductType1Choice
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