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