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