pub struct ApplResendFlagField(pub FIXBoolean);Expand description
ApplResendFlagField is a BOOLEAN field, Tag 1352.
Tuple Fields§
§0: FIXBooleanImplementations§
Trait Implementations§
impl FieldValue for ApplResendFlagField
Auto Trait Implementations§
impl Freeze for ApplResendFlagField
impl RefUnwindSafe for ApplResendFlagField
impl Send for ApplResendFlagField
impl Sync for ApplResendFlagField
impl Unpin for ApplResendFlagField
impl UnsafeUnpin for ApplResendFlagField
impl UnwindSafe for ApplResendFlagField
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