pub struct SessionStatusField(pub FIXInt);Expand description
SessionStatusField is a INT field, Tag 1409.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for SessionStatusField
Auto Trait Implementations§
impl Freeze for SessionStatusField
impl RefUnwindSafe for SessionStatusField
impl Send for SessionStatusField
impl Sync for SessionStatusField
impl Unpin for SessionStatusField
impl UnsafeUnpin for SessionStatusField
impl UnwindSafe for SessionStatusField
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