pub struct SetVariableMonitoringRequest {
pub set_monitoring_data: Vec<SetMonitoringDataType>,
}
Expand description
This contains the field definition of the SetVariableMonitoringRequest PDU sent by the CSMS to the Charging Station.
Fields§
§set_monitoring_data: Vec<SetMonitoringDataType>
Trait Implementations§
Source§impl Clone for SetVariableMonitoringRequest
impl Clone for SetVariableMonitoringRequest
Source§fn clone(&self) -> SetVariableMonitoringRequest
fn clone(&self) -> SetVariableMonitoringRequest
Returns a duplicate 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 SetVariableMonitoringRequest
impl Debug for SetVariableMonitoringRequest
Source§impl Default for SetVariableMonitoringRequest
impl Default for SetVariableMonitoringRequest
Source§fn default() -> SetVariableMonitoringRequest
fn default() -> SetVariableMonitoringRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetVariableMonitoringRequest
impl<'de> Deserialize<'de> for SetVariableMonitoringRequest
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 SetVariableMonitoringRequest
impl PartialEq for SetVariableMonitoringRequest
Source§fn eq(&self, other: &SetVariableMonitoringRequest) -> bool
fn eq(&self, other: &SetVariableMonitoringRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SetVariableMonitoringRequest
Auto Trait Implementations§
impl Freeze for SetVariableMonitoringRequest
impl RefUnwindSafe for SetVariableMonitoringRequest
impl Send for SetVariableMonitoringRequest
impl Sync for SetVariableMonitoringRequest
impl Unpin for SetVariableMonitoringRequest
impl UnwindSafe for SetVariableMonitoringRequest
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