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