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