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