pub struct SendResetSeqNumFlag(pub bool);Expand description
Reset sequence number as soon as session is initialized.
Tuple Fields§
§0: boolTrait Implementations§
Source§impl DictionaryItem for SendResetSeqNumFlag
impl DictionaryItem for SendResetSeqNumFlag
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 SendResetSeqNumFlag
impl RefUnwindSafe for SendResetSeqNumFlag
impl Send for SendResetSeqNumFlag
impl Sync for SendResetSeqNumFlag
impl Unpin for SendResetSeqNumFlag
impl UnwindSafe for SendResetSeqNumFlag
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