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