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