pub struct LogonTimeout(pub u16);Expand description
Logon timeout.
Tuple Fields§
§0: u16Trait Implementations§
Source§impl DictionaryItem for LogonTimeout
impl DictionaryItem for LogonTimeout
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 LogonTimeout
impl RefUnwindSafe for LogonTimeout
impl Send for LogonTimeout
impl Sync for LogonTimeout
impl Unpin for LogonTimeout
impl UnsafeUnpin for LogonTimeout
impl UnwindSafe for LogonTimeout
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