Struct rust_ocpp::v2_0_1::messages::clear_variable_monitoring::ClearVariableMonitoringResponse
source · pub struct ClearVariableMonitoringResponse {
pub clear_monitoring_result: Vec<ClearMonitoringResultType>,
}
Expand description
ClearVariableMonitoringResponse, sent by the Charging Station to the CSMS.
Fields§
§clear_monitoring_result: Vec<ClearMonitoringResultType>
List of result statuses per monitor.
Trait Implementations§
source§impl Clone for ClearVariableMonitoringResponse
impl Clone for ClearVariableMonitoringResponse
source§fn clone(&self) -> ClearVariableMonitoringResponse
fn clone(&self) -> ClearVariableMonitoringResponse
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 Default for ClearVariableMonitoringResponse
impl Default for ClearVariableMonitoringResponse
source§fn default() -> ClearVariableMonitoringResponse
fn default() -> ClearVariableMonitoringResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClearVariableMonitoringResponse
impl<'de> Deserialize<'de> for ClearVariableMonitoringResponse
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<ClearVariableMonitoringResponse> for ClearVariableMonitoringResponse
impl PartialEq<ClearVariableMonitoringResponse> for ClearVariableMonitoringResponse
source§fn eq(&self, other: &ClearVariableMonitoringResponse) -> bool
fn eq(&self, other: &ClearVariableMonitoringResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.