pub enum CxlRejResponseTo {
OrderCancelRequest,
OrderCancel,
}Variants§
Implementations§
source§impl CxlRejResponseTo
impl CxlRejResponseTo
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for CxlRejResponseTo
impl Clone for CxlRejResponseTo
source§fn clone(&self) -> CxlRejResponseTo
fn clone(&self) -> CxlRejResponseTo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CxlRejResponseTo
impl Debug for CxlRejResponseTo
source§impl FromStr for CxlRejResponseTo
impl FromStr for CxlRejResponseTo
source§impl Hash for CxlRejResponseTo
impl Hash for CxlRejResponseTo
source§impl IntoFixValue for CxlRejResponseTo
impl IntoFixValue for CxlRejResponseTo
source§impl PartialEq for CxlRejResponseTo
impl PartialEq for CxlRejResponseTo
source§fn eq(&self, other: &CxlRejResponseTo) -> bool
fn eq(&self, other: &CxlRejResponseTo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CxlRejResponseTo
impl Eq for CxlRejResponseTo
impl StructuralPartialEq for CxlRejResponseTo
Auto Trait Implementations§
impl RefUnwindSafe for CxlRejResponseTo
impl Send for CxlRejResponseTo
impl Sync for CxlRejResponseTo
impl Unpin for CxlRejResponseTo
impl UnwindSafe for CxlRejResponseTo
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