pub enum TradeReportTransType {
New,
Replace,
Cancel,
}
Variants§
Implementations§
source§impl TradeReportTransType
impl TradeReportTransType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for TradeReportTransType
impl Clone for TradeReportTransType
source§fn clone(&self) -> TradeReportTransType
fn clone(&self) -> TradeReportTransType
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 TradeReportTransType
impl Debug for TradeReportTransType
source§impl FromStr for TradeReportTransType
impl FromStr for TradeReportTransType
source§impl Hash for TradeReportTransType
impl Hash for TradeReportTransType
source§impl IntoFixValue for TradeReportTransType
impl IntoFixValue for TradeReportTransType
source§impl PartialEq for TradeReportTransType
impl PartialEq for TradeReportTransType
source§fn eq(&self, other: &TradeReportTransType) -> bool
fn eq(&self, other: &TradeReportTransType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TradeReportTransType
impl Eq for TradeReportTransType
impl StructuralPartialEq for TradeReportTransType
Auto Trait Implementations§
impl RefUnwindSafe for TradeReportTransType
impl Send for TradeReportTransType
impl Sync for TradeReportTransType
impl Unpin for TradeReportTransType
impl UnwindSafe for TradeReportTransType
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