pub enum AllocCancReplaceReason {
OriginalDetailsIncomplete = 1,
ChangeInUnderlyingOrderDetails = 2,
Other = 99,
}Variants§
Implementations§
Source§impl AllocCancReplaceReason
impl AllocCancReplaceReason
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for AllocCancReplaceReason
impl Clone for AllocCancReplaceReason
Source§fn clone(&self) -> AllocCancReplaceReason
fn clone(&self) -> AllocCancReplaceReason
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 moreimpl Copy for AllocCancReplaceReason
Source§impl Debug for AllocCancReplaceReason
impl Debug for AllocCancReplaceReason
impl Eq for AllocCancReplaceReason
Source§impl FromStr for AllocCancReplaceReason
impl FromStr for AllocCancReplaceReason
Source§impl Hash for AllocCancReplaceReason
impl Hash for AllocCancReplaceReason
Source§impl PartialEq for AllocCancReplaceReason
impl PartialEq for AllocCancReplaceReason
Source§fn eq(&self, other: &AllocCancReplaceReason) -> bool
fn eq(&self, other: &AllocCancReplaceReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AllocCancReplaceReason
Auto Trait Implementations§
impl Freeze for AllocCancReplaceReason
impl RefUnwindSafe for AllocCancReplaceReason
impl Send for AllocCancReplaceReason
impl Sync for AllocCancReplaceReason
impl Unpin for AllocCancReplaceReason
impl UnsafeUnpin for AllocCancReplaceReason
impl UnwindSafe for AllocCancReplaceReason
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