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