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