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