pub enum TaxReductionAppliedBy {
KwhFeedIn,
}Variants§
KwhFeedIn
Trait Implementations§
Source§impl Clone for TaxReductionAppliedBy
impl Clone for TaxReductionAppliedBy
Source§fn clone(&self) -> TaxReductionAppliedBy
fn clone(&self) -> TaxReductionAppliedBy
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 TaxReductionAppliedBy
impl Debug for TaxReductionAppliedBy
Source§impl Serialize for TaxReductionAppliedBy
impl Serialize for TaxReductionAppliedBy
impl Copy for TaxReductionAppliedBy
Auto Trait Implementations§
impl Freeze for TaxReductionAppliedBy
impl RefUnwindSafe for TaxReductionAppliedBy
impl Send for TaxReductionAppliedBy
impl Sync for TaxReductionAppliedBy
impl Unpin for TaxReductionAppliedBy
impl UnwindSafe for TaxReductionAppliedBy
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