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