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