pub enum MiscFeeType {
LocalCommission,
ExchangeFees,
Stamp,
Levy,
Other,
Markup,
ConsumptionTax,
Regulatory,
Tax,
}
Variants§
Implementations§
Source§impl MiscFeeType
impl MiscFeeType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for MiscFeeType
impl Clone for MiscFeeType
Source§fn clone(&self) -> MiscFeeType
fn clone(&self) -> MiscFeeType
Returns a copy 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 MiscFeeType
impl Debug for MiscFeeType
Source§impl FromStr for MiscFeeType
impl FromStr for MiscFeeType
Source§impl Hash for MiscFeeType
impl Hash for MiscFeeType
Source§impl IntoFixValue for MiscFeeType
impl IntoFixValue for MiscFeeType
Source§impl PartialEq for MiscFeeType
impl PartialEq for MiscFeeType
impl Copy for MiscFeeType
impl Eq for MiscFeeType
impl StructuralPartialEq for MiscFeeType
Auto Trait Implementations§
impl Freeze for MiscFeeType
impl RefUnwindSafe for MiscFeeType
impl Send for MiscFeeType
impl Sync for MiscFeeType
impl Unpin for MiscFeeType
impl UnwindSafe for MiscFeeType
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