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