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