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