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