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