Struct rust_ocpp::v2_0_1::messages::get_report::GetReportResponse
source · pub struct GetReportResponse {
pub status: GenericDeviceModelStatusEnumType,
pub status_info: Option<StatusInfoType>,
}Expand description
GetReportRequest, sent by the Charging Station to the CSMS.
Fields§
§status: GenericDeviceModelStatusEnumTypeThis field indicates whether the ChargingStation was able to accept the request.
status_info: Option<StatusInfoType>Detailed status information.
Trait Implementations§
source§impl Clone for GetReportResponse
impl Clone for GetReportResponse
source§fn clone(&self) -> GetReportResponse
fn clone(&self) -> GetReportResponse
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 GetReportResponse
impl Debug for GetReportResponse
source§impl Default for GetReportResponse
impl Default for GetReportResponse
source§fn default() -> GetReportResponse
fn default() -> GetReportResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetReportResponse
impl<'de> Deserialize<'de> for GetReportResponse
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<GetReportResponse> for GetReportResponse
impl PartialEq<GetReportResponse> for GetReportResponse
source§fn eq(&self, other: &GetReportResponse) -> bool
fn eq(&self, other: &GetReportResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.