Struct rust_ocpp::v1_6::messages::update_firmware::UpdateFirmwareResponse
source · pub struct UpdateFirmwareResponse {}
Expand description
This contains the field definition of the UpdateFirmware.conf PDU sent by the Charge Point to the Central System in response to a UpdateFirmware.req PDU. See also Update Firmware
Trait Implementations§
source§impl Clone for UpdateFirmwareResponse
impl Clone for UpdateFirmwareResponse
source§fn clone(&self) -> UpdateFirmwareResponse
fn clone(&self) -> UpdateFirmwareResponse
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 UpdateFirmwareResponse
impl Debug for UpdateFirmwareResponse
source§impl Default for UpdateFirmwareResponse
impl Default for UpdateFirmwareResponse
source§fn default() -> UpdateFirmwareResponse
fn default() -> UpdateFirmwareResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateFirmwareResponse
impl<'de> Deserialize<'de> for UpdateFirmwareResponse
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<UpdateFirmwareResponse> for UpdateFirmwareResponse
impl PartialEq<UpdateFirmwareResponse> for UpdateFirmwareResponse
source§fn eq(&self, other: &UpdateFirmwareResponse) -> bool
fn eq(&self, other: &UpdateFirmwareResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.