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