pub struct OptionMultipleBarrierLevels1 {
pub lwr_lvl: SecuritiesTransactionPrice23Choice,
pub upper_lvl: SecuritiesTransactionPrice23Choice,
}Fields§
§lwr_lvl: SecuritiesTransactionPrice23Choice§upper_lvl: SecuritiesTransactionPrice23ChoiceImplementations§
Source§impl OptionMultipleBarrierLevels1
impl OptionMultipleBarrierLevels1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OptionMultipleBarrierLevels1
impl RefUnwindSafe for OptionMultipleBarrierLevels1
impl Send for OptionMultipleBarrierLevels1
impl Sync for OptionMultipleBarrierLevels1
impl Unpin for OptionMultipleBarrierLevels1
impl UnwindSafe for OptionMultipleBarrierLevels1
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