pub enum QtyType {
Units,
Contracts,
UnitsOfMeasurePerTimeUnit,
}
Variants§
Implementations§
Trait Implementations§
Source§impl ToFixString for QtyType
impl ToFixString for QtyType
fn to_fix_string(&self) -> FixString
impl Copy for QtyType
impl Eq for QtyType
impl StructuralPartialEq for QtyType
Auto Trait Implementations§
impl Freeze for QtyType
impl RefUnwindSafe for QtyType
impl Send for QtyType
impl Sync for QtyType
impl Unpin for QtyType
impl UnwindSafe for QtyType
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