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