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