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