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