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