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