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