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