pub struct SetMonitoringBaseRequest {
pub monitoring_base: MonitoringBaseEnumType,
}
Expand description
This contains the field definition of the SetMonitoringLevelRequest PDU sent by the CSMS to the Charging Station.
Fields§
§monitoring_base: MonitoringBaseEnumType
Trait Implementations§
Source§impl Clone for SetMonitoringBaseRequest
impl Clone for SetMonitoringBaseRequest
Source§fn clone(&self) -> SetMonitoringBaseRequest
fn clone(&self) -> SetMonitoringBaseRequest
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 SetMonitoringBaseRequest
impl Debug for SetMonitoringBaseRequest
Source§impl Default for SetMonitoringBaseRequest
impl Default for SetMonitoringBaseRequest
Source§fn default() -> SetMonitoringBaseRequest
fn default() -> SetMonitoringBaseRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetMonitoringBaseRequest
impl<'de> Deserialize<'de> for SetMonitoringBaseRequest
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 SetMonitoringBaseRequest
impl PartialEq for SetMonitoringBaseRequest
Source§impl Serialize for SetMonitoringBaseRequest
impl Serialize for SetMonitoringBaseRequest
impl StructuralPartialEq for SetMonitoringBaseRequest
Auto Trait Implementations§
impl Freeze for SetMonitoringBaseRequest
impl RefUnwindSafe for SetMonitoringBaseRequest
impl Send for SetMonitoringBaseRequest
impl Sync for SetMonitoringBaseRequest
impl Unpin for SetMonitoringBaseRequest
impl UnwindSafe for SetMonitoringBaseRequest
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