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