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