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