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