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