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