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