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