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