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