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