pub struct Taxes(/* private fields */);Implementations§
Trait Implementations§
impl Copy for Taxes
Auto Trait Implementations§
impl Freeze for Taxes
impl RefUnwindSafe for Taxes
impl Send for Taxes
impl Sync for Taxes
impl Unpin for Taxes
impl UnwindSafe for Taxes
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