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