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