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