Struct rust_ocpp::v1_6::messages::send_local_list::SendLocalListResponse
source · pub struct SendLocalListResponse {
pub status: UpdateStatus,
}
Expand description
This contains the field definition of the ResetResponse PDU sent by the Charge Point to the Central System inresponse to a ResetRequest PDU. See also Reset
Fields§
§status: UpdateStatus
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 ==
.