pub enum ChargingProfilePurposeEnum {
ChargingStationExternalConstraints,
ChargingStationMaxProfile,
TxDefaultProfile,
TxProfile,
PriorityCharging,
LocalGeneration,
}Expand description
Specifies to purpose of the charging profiles that will be cleared, if they meet the other criteria in the request.
Variants§
ChargingStationExternalConstraints
ChargingStationMaxProfile
TxDefaultProfile
TxProfile
PriorityCharging
LocalGeneration
Trait Implementations§
Source§impl Clone for ChargingProfilePurposeEnum
impl Clone for ChargingProfilePurposeEnum
Source§fn clone(&self) -> ChargingProfilePurposeEnum
fn clone(&self) -> ChargingProfilePurposeEnum
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 ChargingProfilePurposeEnum
impl Debug for ChargingProfilePurposeEnum
Source§impl<'de> Deserialize<'de> for ChargingProfilePurposeEnum
impl<'de> Deserialize<'de> for ChargingProfilePurposeEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ChargingProfilePurposeEnum
impl StructuralPartialEq for ChargingProfilePurposeEnum
Source§impl Validate for ChargingProfilePurposeEnum
Available on crate feature validate only.
impl Validate for ChargingProfilePurposeEnum
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for ChargingProfilePurposeEnum
impl RefUnwindSafe for ChargingProfilePurposeEnum
impl Send for ChargingProfilePurposeEnum
impl Sync for ChargingProfilePurposeEnum
impl Unpin for ChargingProfilePurposeEnum
impl UnsafeUnpin for ChargingProfilePurposeEnum
impl UnwindSafe for ChargingProfilePurposeEnum
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