pub struct ValidateFieldsHaveValues(pub bool);Expand description
Validate message fields inner values.
Tuple Fields§
§0: boolTrait Implementations§
Source§impl DictionaryItem for ValidateFieldsHaveValues
impl DictionaryItem for ValidateFieldsHaveValues
Source§fn apply_param(&self, dict: &mut Dictionary) -> Result<(), QuickFixError>
fn apply_param(&self, dict: &mut Dictionary) -> Result<(), QuickFixError>
Apply inner value to dictionary.
Auto Trait Implementations§
impl Freeze for ValidateFieldsHaveValues
impl RefUnwindSafe for ValidateFieldsHaveValues
impl Send for ValidateFieldsHaveValues
impl Sync for ValidateFieldsHaveValues
impl Unpin for ValidateFieldsHaveValues
impl UnsafeUnpin for ValidateFieldsHaveValues
impl UnwindSafe for ValidateFieldsHaveValues
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