pub enum SettlCurrFxRateCalc {
Divide,
Multiply,
}Variants§
Implementations§
Source§impl SettlCurrFxRateCalc
impl SettlCurrFxRateCalc
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for SettlCurrFxRateCalc
impl Clone for SettlCurrFxRateCalc
Source§fn clone(&self) -> SettlCurrFxRateCalc
fn clone(&self) -> SettlCurrFxRateCalc
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 SettlCurrFxRateCalc
impl Debug for SettlCurrFxRateCalc
Source§impl FromStr for SettlCurrFxRateCalc
impl FromStr for SettlCurrFxRateCalc
Source§impl Hash for SettlCurrFxRateCalc
impl Hash for SettlCurrFxRateCalc
Source§impl IntoFixValue for SettlCurrFxRateCalc
impl IntoFixValue for SettlCurrFxRateCalc
Source§impl PartialEq for SettlCurrFxRateCalc
impl PartialEq for SettlCurrFxRateCalc
impl Copy for SettlCurrFxRateCalc
impl Eq for SettlCurrFxRateCalc
impl StructuralPartialEq for SettlCurrFxRateCalc
Auto Trait Implementations§
impl Freeze for SettlCurrFxRateCalc
impl RefUnwindSafe for SettlCurrFxRateCalc
impl Send for SettlCurrFxRateCalc
impl Sync for SettlCurrFxRateCalc
impl Unpin for SettlCurrFxRateCalc
impl UnwindSafe for SettlCurrFxRateCalc
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