pub struct ClearedChargingLimitResponse {}
Expand description
ClearedChargingLimitResponse, sent by the CSMS to the Charging Station.
Trait Implementations§
source§impl Clone for ClearedChargingLimitResponse
impl Clone for ClearedChargingLimitResponse
source§fn clone(&self) -> ClearedChargingLimitResponse
fn clone(&self) -> ClearedChargingLimitResponse
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 ClearedChargingLimitResponse
impl Debug for ClearedChargingLimitResponse
source§impl Default for ClearedChargingLimitResponse
impl Default for ClearedChargingLimitResponse
source§fn default() -> ClearedChargingLimitResponse
fn default() -> ClearedChargingLimitResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClearedChargingLimitResponse
impl<'de> Deserialize<'de> for ClearedChargingLimitResponse
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<ClearedChargingLimitResponse> for ClearedChargingLimitResponse
impl PartialEq<ClearedChargingLimitResponse> for ClearedChargingLimitResponse
source§fn eq(&self, other: &ClearedChargingLimitResponse) -> bool
fn eq(&self, other: &ClearedChargingLimitResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.