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