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