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