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