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