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 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 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
impl StructuralPartialEq for SetMonitoringLevelRequest
Auto Trait Implementations§
impl Freeze for SetMonitoringLevelRequest
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