pub struct Vat(/* private fields */);Expand description
A VAT percentage.
Implementations§
Trait Implementations§
Source§impl From<Vat> for Decimal
The user can convert a Decimal newtype to a Decimal But cannot create
a Decimal newtype from a Decimal.
impl From<Vat> for Decimal
The user can convert a Decimal newtype to a Decimal But cannot create
a Decimal newtype from a Decimal.
impl Copy for Vat
impl Eq for Vat
impl StructuralPartialEq for Vat
Auto Trait Implementations§
impl Freeze for Vat
impl RefUnwindSafe for Vat
impl Send for Vat
impl Sync for Vat
impl Unpin for Vat
impl UnwindSafe for Vat
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