pub enum UnderlyingSettlementType {
TPlus1 = 2,
TPlus3 = 4,
TPlus4 = 5,
}
Variants§
Implementations§
Source§impl UnderlyingSettlementType
impl UnderlyingSettlementType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for UnderlyingSettlementType
impl Clone for UnderlyingSettlementType
Source§fn clone(&self) -> UnderlyingSettlementType
fn clone(&self) -> UnderlyingSettlementType
Returns a duplicate 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 UnderlyingSettlementType
impl Debug for UnderlyingSettlementType
Source§impl FromStr for UnderlyingSettlementType
impl FromStr for UnderlyingSettlementType
Source§impl Hash for UnderlyingSettlementType
impl Hash for UnderlyingSettlementType
Source§impl PartialEq for UnderlyingSettlementType
impl PartialEq for UnderlyingSettlementType
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