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