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