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