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