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