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