pub struct TradeReport34Choice {
pub new: Option<MarginReportData9>,
pub mrgn_upd: Option<MarginReportData9>,
pub err: Option<MarginReportData9>,
pub crrctn: Option<MarginReportData9>,
}Fields§
§new: Option<MarginReportData9>§mrgn_upd: Option<MarginReportData9>§err: Option<MarginReportData9>§crrctn: Option<MarginReportData9>Implementations§
Source§impl TradeReport34Choice
impl TradeReport34Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeReport34Choice
impl RefUnwindSafe for TradeReport34Choice
impl Send for TradeReport34Choice
impl Sync for TradeReport34Choice
impl Unpin for TradeReport34Choice
impl UnwindSafe for TradeReport34Choice
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