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