Struct rust_ocpp::v1_6::messages::get_diagnostics::GetDiagnosticsResponse
source · pub struct GetDiagnosticsResponse {
pub file_name: Option<String>,
}
Expand description
This contains the field definition of the GetDiagnostics.conf PDU sent by the Charge Point to the Central System in response to a GetDiagnosticsRequest PDU. See also Get Diagnostics
Fields§
§file_name: Option<String>
Optional. This contains the name of the file with diagnostic information that will be uploaded. This field is not present when no diagnostic information is vailable.
Trait Implementations§
source§impl Clone for GetDiagnosticsResponse
impl Clone for GetDiagnosticsResponse
source§fn clone(&self) -> GetDiagnosticsResponse
fn clone(&self) -> GetDiagnosticsResponse
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 GetDiagnosticsResponse
impl Debug for GetDiagnosticsResponse
source§impl Default for GetDiagnosticsResponse
impl Default for GetDiagnosticsResponse
source§fn default() -> GetDiagnosticsResponse
fn default() -> GetDiagnosticsResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetDiagnosticsResponse
impl<'de> Deserialize<'de> for GetDiagnosticsResponse
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<GetDiagnosticsResponse> for GetDiagnosticsResponse
impl PartialEq<GetDiagnosticsResponse> for GetDiagnosticsResponse
source§fn eq(&self, other: &GetDiagnosticsResponse) -> bool
fn eq(&self, other: &GetDiagnosticsResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.