pub struct SecondaryTrdTypeField(pub FIXInt);Expand description
SecondaryTrdTypeField is a INT field, Tag 855.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for SecondaryTrdTypeField
Auto Trait Implementations§
impl Freeze for SecondaryTrdTypeField
impl RefUnwindSafe for SecondaryTrdTypeField
impl Send for SecondaryTrdTypeField
impl Sync for SecondaryTrdTypeField
impl Unpin for SecondaryTrdTypeField
impl UnsafeUnpin for SecondaryTrdTypeField
impl UnwindSafe for SecondaryTrdTypeField
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