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