pub struct StatusNotificationResponse {}
Expand description
This contains the field definition of StatusNotificationResponse sent by the CSMS to the Charging Station in response to a StatusNotificationRequest. This message is deprecated. This message might be removed in a future version of OCPP. It will be replaced by Device Management Monitoring events.
Trait Implementations§
source§impl Clone for StatusNotificationResponse
impl Clone for StatusNotificationResponse
source§fn clone(&self) -> StatusNotificationResponse
fn clone(&self) -> StatusNotificationResponse
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 StatusNotificationResponse
impl Debug for StatusNotificationResponse
source§impl Default for StatusNotificationResponse
impl Default for StatusNotificationResponse
source§fn default() -> StatusNotificationResponse
fn default() -> StatusNotificationResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StatusNotificationResponse
impl<'de> Deserialize<'de> for StatusNotificationResponse
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 StatusNotificationResponse
impl PartialEq for StatusNotificationResponse
source§fn eq(&self, other: &StatusNotificationResponse) -> bool
fn eq(&self, other: &StatusNotificationResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StatusNotificationResponse
Auto Trait Implementations§
impl RefUnwindSafe for StatusNotificationResponse
impl Send for StatusNotificationResponse
impl Sync for StatusNotificationResponse
impl Unpin for StatusNotificationResponse
impl UnwindSafe for StatusNotificationResponse
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