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