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