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