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