pub struct TaxReduction { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TaxReduction
impl Clone for TaxReduction
Source§fn clone(&self) -> TaxReduction
fn clone(&self) -> TaxReduction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TaxReduction
impl Debug for TaxReduction
Source§impl PartialEq for TaxReduction
impl PartialEq for TaxReduction
Source§impl Serialize for TaxReduction
impl Serialize for TaxReduction
impl Copy for TaxReduction
impl Eq for TaxReduction
impl StructuralPartialEq for TaxReduction
Auto Trait Implementations§
impl Freeze for TaxReduction
impl RefUnwindSafe for TaxReduction
impl Send for TaxReduction
impl Sync for TaxReduction
impl Unpin for TaxReduction
impl UnwindSafe for TaxReduction
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.