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