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 for CostUpdatedResponse
impl PartialEq 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 ==
.source§impl Serialize for CostUpdatedResponse
impl Serialize for CostUpdatedResponse
impl StructuralPartialEq for CostUpdatedResponse
Auto Trait Implementations§
impl Freeze for CostUpdatedResponse
impl RefUnwindSafe for CostUpdatedResponse
impl Send for CostUpdatedResponse
impl Sync for CostUpdatedResponse
impl Unpin for CostUpdatedResponse
impl UnwindSafe for CostUpdatedResponse
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