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