pub struct OwnershipTypeField(pub FIXString);Expand description
OwnershipTypeField is a CHAR field, Tag 517.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for OwnershipTypeField
Auto Trait Implementations§
impl Freeze for OwnershipTypeField
impl RefUnwindSafe for OwnershipTypeField
impl Send for OwnershipTypeField
impl Sync for OwnershipTypeField
impl Unpin for OwnershipTypeField
impl UnsafeUnpin for OwnershipTypeField
impl UnwindSafe for OwnershipTypeField
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