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