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