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 duplicate 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 for UpdateFirmwareResponse
impl PartialEq for UpdateFirmwareResponse
Source§impl Serialize for UpdateFirmwareResponse
impl Serialize for UpdateFirmwareResponse
impl StructuralPartialEq for UpdateFirmwareResponse
Auto Trait Implementations§
impl Freeze for UpdateFirmwareResponse
impl RefUnwindSafe for UpdateFirmwareResponse
impl Send for UpdateFirmwareResponse
impl Sync for UpdateFirmwareResponse
impl Unpin for UpdateFirmwareResponse
impl UnwindSafe for UpdateFirmwareResponse
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