pub struct Tax { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Tax
Auto Trait Implementations§
impl Freeze for Tax
impl RefUnwindSafe for Tax
impl Send for Tax
impl Sync for Tax
impl Unpin for Tax
impl UnwindSafe for Tax
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