pub struct LogStatusNotificationResponse {}
Expand description
LogStatusNotificationResponse, sent by the CSMS to the Charging Station in response to LogStatusNotificationRequest. No fields are defined.
Trait Implementations§
source§impl Clone for LogStatusNotificationResponse
impl Clone for LogStatusNotificationResponse
source§fn clone(&self) -> LogStatusNotificationResponse
fn clone(&self) -> LogStatusNotificationResponse
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 LogStatusNotificationResponse
impl Default for LogStatusNotificationResponse
source§fn default() -> LogStatusNotificationResponse
fn default() -> LogStatusNotificationResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LogStatusNotificationResponse
impl<'de> Deserialize<'de> for LogStatusNotificationResponse
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<LogStatusNotificationResponse> for LogStatusNotificationResponse
impl PartialEq<LogStatusNotificationResponse> for LogStatusNotificationResponse
source§fn eq(&self, other: &LogStatusNotificationResponse) -> bool
fn eq(&self, other: &LogStatusNotificationResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.