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