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