pub enum QuoteRespType {
Hit = 1,
Counter = 2,
Expired = 3,
Cover = 4,
DoneAway = 5,
Pass = 6,
}
Variants§
Implementations§
Source§impl QuoteRespType
impl QuoteRespType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for QuoteRespType
impl Clone for QuoteRespType
Source§fn clone(&self) -> QuoteRespType
fn clone(&self) -> QuoteRespType
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 QuoteRespType
impl Debug for QuoteRespType
Source§impl FromStr for QuoteRespType
impl FromStr for QuoteRespType
Source§impl Hash for QuoteRespType
impl Hash for QuoteRespType
Source§impl IntoFixValue for QuoteRespType
impl IntoFixValue for QuoteRespType
Source§impl PartialEq for QuoteRespType
impl PartialEq for QuoteRespType
impl Copy for QuoteRespType
impl Eq for QuoteRespType
impl StructuralPartialEq for QuoteRespType
Auto Trait Implementations§
impl Freeze for QuoteRespType
impl RefUnwindSafe for QuoteRespType
impl Send for QuoteRespType
impl Sync for QuoteRespType
impl Unpin for QuoteRespType
impl UnwindSafe for QuoteRespType
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