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