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