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