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