pub enum TaxRule {
Zero,
Derived,
}Expand description
Allowed BT-117 for the family.
Variants§
Trait Implementations§
impl Copy for TaxRule
impl Eq for TaxRule
impl StructuralPartialEq for TaxRule
Auto Trait Implementations§
impl Freeze for TaxRule
impl RefUnwindSafe for TaxRule
impl Send for TaxRule
impl Sync for TaxRule
impl Unpin for TaxRule
impl UnsafeUnpin for TaxRule
impl UnwindSafe for TaxRule
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