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