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