Enum easyfix_messages::fields::IncTaxInd
source · [−]pub enum IncTaxInd {
Net,
Gross,
}
Variants
Net
Gross
Implementations
Trait Implementations
sourceimpl ToFixString for IncTaxInd
impl ToFixString for IncTaxInd
fn to_fix_string(&self) -> FixString
sourceimpl TryFrom<i64> for IncTaxInd
impl TryFrom<i64> for IncTaxInd
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
impl Copy for IncTaxInd
impl Eq for IncTaxInd
impl StructuralEq for IncTaxInd
impl StructuralPartialEq for IncTaxInd
Auto Trait Implementations
impl RefUnwindSafe for IncTaxInd
impl Send for IncTaxInd
impl Sync for IncTaxInd
impl Unpin for IncTaxInd
impl UnwindSafe for IncTaxInd
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more