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