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