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