pub(crate) struct Sol2303 {}Expand description
2303 Calculate Amount Paid in Taxes
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2303
impl RefUnwindSafe for Sol2303
impl Send for Sol2303
impl Sync for Sol2303
impl Unpin for Sol2303
impl UnsafeUnpin for Sol2303
impl UnwindSafe for Sol2303
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