pub enum OddLot {
No,
Yes,
}
Variants§
Implementations§
Source§impl OddLot
impl OddLot
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for OddLot
impl IntoFixValue for OddLot
impl Copy for OddLot
impl Eq for OddLot
impl StructuralPartialEq for OddLot
Auto Trait Implementations§
impl Freeze for OddLot
impl RefUnwindSafe for OddLot
impl Send for OddLot
impl Sync for OddLot
impl Unpin for OddLot
impl UnwindSafe for OddLot
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