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