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