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 for GetDiagnosticsResponse
impl PartialEq 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 ==
.source§impl Serialize for GetDiagnosticsResponse
impl Serialize for GetDiagnosticsResponse
source§impl Validate for GetDiagnosticsResponse
impl Validate for GetDiagnosticsResponse
source§impl<'v_a> ValidateArgs<'v_a> for GetDiagnosticsResponse
impl<'v_a> ValidateArgs<'v_a> for GetDiagnosticsResponse
type Args = ()
fn validate_with_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
impl StructuralPartialEq for GetDiagnosticsResponse
Auto Trait Implementations§
impl Freeze for GetDiagnosticsResponse
impl RefUnwindSafe for GetDiagnosticsResponse
impl Send for GetDiagnosticsResponse
impl Sync for GetDiagnosticsResponse
impl Unpin for GetDiagnosticsResponse
impl UnwindSafe for GetDiagnosticsResponse
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