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