pub enum CollAsgnRespType {
    Received,
    Accepted,
    Declined,
    Rejected,
}Variants§
Implementations§
source§impl CollAsgnRespType
 
impl CollAsgnRespType
pub const fn from_bytes(input: &[u8]) -> Option<CollAsgnRespType>
pub const fn from_fix_str(input: &FixStr) -> Option<CollAsgnRespType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for CollAsgnRespType
 
impl Clone for CollAsgnRespType
source§fn clone(&self) -> CollAsgnRespType
 
fn clone(&self) -> CollAsgnRespType
Returns a copy of the value. Read more
1.6.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 CollAsgnRespType
 
impl Debug for CollAsgnRespType
source§impl Default for CollAsgnRespType
 
impl Default for CollAsgnRespType
source§fn default() -> CollAsgnRespType
 
fn default() -> CollAsgnRespType
Returns the “default value” for a type. Read more
source§impl From<CollAsgnRespType> for &'static [u8]
 
impl From<CollAsgnRespType> for &'static [u8]
source§impl PartialEq for CollAsgnRespType
 
impl PartialEq for CollAsgnRespType
source§impl ToFixString for CollAsgnRespType
 
impl ToFixString for CollAsgnRespType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for CollAsgnRespType
 
impl TryFrom<i64> for CollAsgnRespType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<CollAsgnRespType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<CollAsgnRespType, SessionRejectReason>
Performs the conversion.
impl Copy for CollAsgnRespType
impl Eq for CollAsgnRespType
impl StructuralPartialEq for CollAsgnRespType
Auto Trait Implementations§
impl Freeze for CollAsgnRespType
impl RefUnwindSafe for CollAsgnRespType
impl Send for CollAsgnRespType
impl Sync for CollAsgnRespType
impl Unpin for CollAsgnRespType
impl UnwindSafe for CollAsgnRespType
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)