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