pub enum QtyType {
Units = 0,
Contracts = 1,
}
Variants§
Implementations§
Source§impl QtyType
impl QtyType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for QtyType
impl IntoFixValue for QtyType
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