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