pub enum ExpType {
AutoExercise = 1,
NonAutoExercise = 2,
FinalWillBeExercised = 3,
ContraryIntention = 4,
Difference = 5,
}
Variants§
Implementations§
Source§impl ExpType
impl ExpType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for ExpType
impl IntoFixValue for ExpType
impl Copy for ExpType
impl Eq for ExpType
impl StructuralPartialEq for ExpType
Auto Trait Implementations§
impl Freeze for ExpType
impl RefUnwindSafe for ExpType
impl Send for ExpType
impl Sync for ExpType
impl Unpin for ExpType
impl UnwindSafe for ExpType
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