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