pub enum EnergyMode {
Automatic,
Low,
High,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for EnergyMode
impl Clone for EnergyMode
Source§fn clone(&self) -> EnergyMode
fn clone(&self) -> EnergyMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnergyMode
impl Debug for EnergyMode
Source§impl Serialize for EnergyMode
impl Serialize for EnergyMode
impl Copy for EnergyMode
Auto Trait Implementations§
impl Freeze for EnergyMode
impl RefUnwindSafe for EnergyMode
impl Send for EnergyMode
impl Sync for EnergyMode
impl Unpin for EnergyMode
impl UnsafeUnpin for EnergyMode
impl UnwindSafe for EnergyMode
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