pub enum CxlRejResponseTo {
CancelRequest,
ReplaceRequest,
}Variants§
Implementations§
Trait Implementations§
Source§impl AsFixStr for CxlRejResponseTo
impl AsFixStr for CxlRejResponseTo
Source§fn as_fix_str(&self) -> &'static str
fn as_fix_str(&self) -> &'static str
Return the static FIX code for this value.
Source§impl Clone for CxlRejResponseTo
impl Clone for CxlRejResponseTo
Source§fn clone(&self) -> CxlRejResponseTo
fn clone(&self) -> CxlRejResponseTo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Display for CxlRejResponseTo
impl Display for CxlRejResponseTo
Source§impl FixTaggedValue for &CxlRejResponseTo
impl FixTaggedValue for &CxlRejResponseTo
Source§impl FixTaggedValue for &mut CxlRejResponseTo
impl FixTaggedValue for &mut CxlRejResponseTo
Source§impl FixTaggedValue for CxlRejResponseTo
impl FixTaggedValue for CxlRejResponseTo
Source§impl FixValue for &CxlRejResponseTo
impl FixValue for &CxlRejResponseTo
Source§impl FixValue for &mut CxlRejResponseTo
impl FixValue for &mut CxlRejResponseTo
Source§impl From<CxlRejResponseTo> for String
impl From<CxlRejResponseTo> for String
Source§fn from(e: CxlRejResponseTo) -> String
fn from(e: CxlRejResponseTo) -> String
Converts to this type from the input type.
Source§impl FromStr for CxlRejResponseTo
impl FromStr for CxlRejResponseTo
Source§impl PartialEq for CxlRejResponseTo
impl PartialEq for CxlRejResponseTo
Source§fn eq(&self, other: &CxlRejResponseTo) -> bool
fn eq(&self, other: &CxlRejResponseTo) -> bool
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 Freeze for CxlRejResponseTo
impl RefUnwindSafe for CxlRejResponseTo
impl Send for CxlRejResponseTo
impl Sync for CxlRejResponseTo
impl Unpin for CxlRejResponseTo
impl UnsafeUnpin 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