pub enum ChargingProfilePurpose {
ChargePointMaxProfile,
TxDefaultProfile,
TxProfile,
}Variants§
Trait Implementations§
Source§impl Clone for ChargingProfilePurpose
impl Clone for ChargingProfilePurpose
Source§fn clone(&self) -> ChargingProfilePurpose
fn clone(&self) -> ChargingProfilePurpose
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 ChargingProfilePurpose
impl Debug for ChargingProfilePurpose
impl Eq for ChargingProfilePurpose
Source§impl PartialEq for ChargingProfilePurpose
impl PartialEq for ChargingProfilePurpose
impl StructuralPartialEq for ChargingProfilePurpose
Auto Trait Implementations§
impl Freeze for ChargingProfilePurpose
impl RefUnwindSafe for ChargingProfilePurpose
impl Send for ChargingProfilePurpose
impl Sync for ChargingProfilePurpose
impl Unpin for ChargingProfilePurpose
impl UnsafeUnpin for ChargingProfilePurpose
impl UnwindSafe for ChargingProfilePurpose
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