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