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