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