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