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