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