Struct rust_ocpp::v1_6::messages::diagnostics_status_notification::DiagnosticsStatusNotificationResponse
source · pub struct DiagnosticsStatusNotificationResponse {}
Trait Implementations§
source§impl Clone for DiagnosticsStatusNotificationResponse
impl Clone for DiagnosticsStatusNotificationResponse
source§fn clone(&self) -> DiagnosticsStatusNotificationResponse
fn clone(&self) -> DiagnosticsStatusNotificationResponse
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 DiagnosticsStatusNotificationResponse
impl Default for DiagnosticsStatusNotificationResponse
source§fn default() -> DiagnosticsStatusNotificationResponse
fn default() -> DiagnosticsStatusNotificationResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DiagnosticsStatusNotificationResponse
impl<'de> Deserialize<'de> for DiagnosticsStatusNotificationResponse
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 DiagnosticsStatusNotificationResponse
impl PartialEq for DiagnosticsStatusNotificationResponse
source§fn eq(&self, other: &DiagnosticsStatusNotificationResponse) -> bool
fn eq(&self, other: &DiagnosticsStatusNotificationResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DiagnosticsStatusNotificationResponse
Auto Trait Implementations§
impl Freeze for DiagnosticsStatusNotificationResponse
impl RefUnwindSafe for DiagnosticsStatusNotificationResponse
impl Send for DiagnosticsStatusNotificationResponse
impl Sync for DiagnosticsStatusNotificationResponse
impl Unpin for DiagnosticsStatusNotificationResponse
impl UnwindSafe for DiagnosticsStatusNotificationResponse
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