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