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