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