Struct rust_ocpp::v2_0_1::messages::send_local_list::SendLocalListResponse
source · pub struct SendLocalListResponse {
pub status: SendLocalListStatusEnumType,
pub status_info: Option<StatusInfoType>,
}
Expand description
Sent by the CSMS to the Charging Station to confirm the receipt of a SecurityEventNotificationRequest message. No fields are defined.
Fields§
§status: SendLocalListStatusEnumType
§status_info: Option<StatusInfoType>
Trait Implementations§
source§impl Clone for SendLocalListResponse
impl Clone for SendLocalListResponse
source§fn clone(&self) -> SendLocalListResponse
fn clone(&self) -> SendLocalListResponse
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 SendLocalListResponse
impl Debug for SendLocalListResponse
source§impl Default for SendLocalListResponse
impl Default for SendLocalListResponse
source§fn default() -> SendLocalListResponse
fn default() -> SendLocalListResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SendLocalListResponse
impl<'de> Deserialize<'de> for SendLocalListResponse
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<SendLocalListResponse> for SendLocalListResponse
impl PartialEq<SendLocalListResponse> for SendLocalListResponse
source§fn eq(&self, other: &SendLocalListResponse) -> bool
fn eq(&self, other: &SendLocalListResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.