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