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