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