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