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