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