pub struct CommonTradeDataReport71 {
pub ctrct_data: Option<ContractType15>,
pub tx_data: TradeTransaction50,
}Fields§
§ctrct_data: Option<ContractType15>§tx_data: TradeTransaction50Implementations§
Source§impl CommonTradeDataReport71
impl CommonTradeDataReport71
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CommonTradeDataReport71
impl RefUnwindSafe for CommonTradeDataReport71
impl Send for CommonTradeDataReport71
impl Sync for CommonTradeDataReport71
impl Unpin for CommonTradeDataReport71
impl UnwindSafe for CommonTradeDataReport71
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