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