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