pub struct AllowUnknownMsgFields(pub bool);Expand description
Allow unknown message fields.
Tuple Fields§
§0: boolTrait Implementations§
Source§impl DictionaryItem for AllowUnknownMsgFields
impl DictionaryItem for AllowUnknownMsgFields
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 AllowUnknownMsgFields
impl RefUnwindSafe for AllowUnknownMsgFields
impl Send for AllowUnknownMsgFields
impl Sync for AllowUnknownMsgFields
impl Unpin for AllowUnknownMsgFields
impl UnsafeUnpin for AllowUnknownMsgFields
impl UnwindSafe for AllowUnknownMsgFields
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