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