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
Source§impl<'de> Deserialize<'de> for ChargingProfilePurpose
impl<'de> Deserialize<'de> for ChargingProfilePurpose
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 ChargingProfilePurpose
Source§impl PartialEq for ChargingProfilePurpose
impl PartialEq for ChargingProfilePurpose
Source§impl Serialize for ChargingProfilePurpose
impl Serialize for ChargingProfilePurpose
impl StructuralPartialEq for ChargingProfilePurpose
Source§impl Validate for ChargingProfilePurpose
Available on crate feature validate only.
impl Validate for ChargingProfilePurpose
Available on crate feature
validate only.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