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