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