pub struct RoundingDirectionField(pub FIXString);Expand description
RoundingDirectionField is a CHAR field, Tag 468.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for RoundingDirectionField
Auto Trait Implementations§
impl Freeze for RoundingDirectionField
impl RefUnwindSafe for RoundingDirectionField
impl Send for RoundingDirectionField
impl Sync for RoundingDirectionField
impl Unpin for RoundingDirectionField
impl UnsafeUnpin for RoundingDirectionField
impl UnwindSafe for RoundingDirectionField
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