pub struct HaltReasonCharField(pub FIXString);Expand description
HaltReasonCharField is a CHAR field, Tag 327.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for HaltReasonCharField
Auto Trait Implementations§
impl Freeze for HaltReasonCharField
impl RefUnwindSafe for HaltReasonCharField
impl Send for HaltReasonCharField
impl Sync for HaltReasonCharField
impl Unpin for HaltReasonCharField
impl UnsafeUnpin for HaltReasonCharField
impl UnwindSafe for HaltReasonCharField
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