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