pub enum AllocIntermedReqType {
    PendingAccept,
    PendingRelease,
    PendingReversal,
    Accept,
    BlockLevelReject,
    AccountLevelReject,
}Variants§
PendingAccept
Value “1”
PendingRelease
Value “2”
PendingReversal
Value “3”
Accept
Value “4”
BlockLevelReject
Value “5”
AccountLevelReject
Value “6”
Implementations§
source§impl AllocIntermedReqType
 
impl AllocIntermedReqType
pub const fn from_bytes(input: &[u8]) -> Option<AllocIntermedReqType>
pub const fn from_fix_str(input: &FixStr) -> Option<AllocIntermedReqType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for AllocIntermedReqType
 
impl Clone for AllocIntermedReqType
source§fn clone(&self) -> AllocIntermedReqType
 
fn clone(&self) -> AllocIntermedReqType
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 AllocIntermedReqType
 
impl Debug for AllocIntermedReqType
source§impl Default for AllocIntermedReqType
 
impl Default for AllocIntermedReqType
source§fn default() -> AllocIntermedReqType
 
fn default() -> AllocIntermedReqType
Returns the “default value” for a type. Read more
source§impl From<AllocIntermedReqType> for &'static [u8]
 
impl From<AllocIntermedReqType> for &'static [u8]
source§impl PartialEq for AllocIntermedReqType
 
impl PartialEq for AllocIntermedReqType
source§impl ToFixString for AllocIntermedReqType
 
impl ToFixString for AllocIntermedReqType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for AllocIntermedReqType
 
impl TryFrom<i64> for AllocIntermedReqType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<AllocIntermedReqType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<AllocIntermedReqType, SessionRejectReason>
Performs the conversion.
impl Copy for AllocIntermedReqType
impl Eq for AllocIntermedReqType
impl StructuralPartialEq for AllocIntermedReqType
Auto Trait Implementations§
impl Freeze for AllocIntermedReqType
impl RefUnwindSafe for AllocIntermedReqType
impl Send for AllocIntermedReqType
impl Sync for AllocIntermedReqType
impl Unpin for AllocIntermedReqType
impl UnwindSafe for AllocIntermedReqType
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)