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