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