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