pub enum PowerType {
Ac1Phase,
Ac2Phase,
Ac2PhaseSplit,
Ac3Phase,
Dc,
}Variants§
Trait Implementations§
impl Copy for PowerType
impl Eq for PowerType
impl StructuralPartialEq for PowerType
Auto Trait Implementations§
impl Freeze for PowerType
impl RefUnwindSafe for PowerType
impl Send for PowerType
impl Sync for PowerType
impl Unpin for PowerType
impl UnsafeUnpin for PowerType
impl UnwindSafe for PowerType
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