pub struct ClearChargingProfileResponse {
pub status: ClearChargingProfileStatus,
}
Fields§
§status: ClearChargingProfileStatus
This contains the field definition of the ClearChargingProfile.conf PDU sent by the Charge Point to the Central System in response to a ClearChargingProfile.req PDU. See also Clear Charging Profile
Trait Implementations§
source§impl Clone for ClearChargingProfileResponse
impl Clone for ClearChargingProfileResponse
source§fn clone(&self) -> ClearChargingProfileResponse
fn clone(&self) -> ClearChargingProfileResponse
Returns a copy 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 ClearChargingProfileResponse
impl Debug for ClearChargingProfileResponse
source§impl Default for ClearChargingProfileResponse
impl Default for ClearChargingProfileResponse
source§fn default() -> ClearChargingProfileResponse
fn default() -> ClearChargingProfileResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClearChargingProfileResponse
impl<'de> Deserialize<'de> for ClearChargingProfileResponse
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
source§impl PartialEq<ClearChargingProfileResponse> for ClearChargingProfileResponse
impl PartialEq<ClearChargingProfileResponse> for ClearChargingProfileResponse
source§fn eq(&self, other: &ClearChargingProfileResponse) -> bool
fn eq(&self, other: &ClearChargingProfileResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.