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