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