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