pub enum InverterType {
Unspecified,
Pv,
Battery,
Hybrid,
}Expand description
Represents the type of an inverter.
Variants§
Trait Implementations§
Source§impl Clone for InverterType
impl Clone for InverterType
Source§fn clone(&self) -> InverterType
fn clone(&self) -> InverterType
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 InverterType
impl Debug for InverterType
Source§impl Display for InverterType
impl Display for InverterType
Source§impl PartialEq for InverterType
impl PartialEq for InverterType
impl Copy for InverterType
impl StructuralPartialEq for InverterType
Auto Trait Implementations§
impl Freeze for InverterType
impl RefUnwindSafe for InverterType
impl Send for InverterType
impl Sync for InverterType
impl Unpin for InverterType
impl UnwindSafe for InverterType
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