pub struct ClearCacheResponse {
pub status: ClearCacheStatus,
}
Expand description
This contains the field definition of the ClearCache.conf PDU sent by the Charge Point to the Central System in response to a ClearCache.req PDU. See also Clear Cache
Fields§
§status: ClearCacheStatus
Trait Implementations§
Source§impl Clone for ClearCacheResponse
impl Clone for ClearCacheResponse
Source§fn clone(&self) -> ClearCacheResponse
fn clone(&self) -> ClearCacheResponse
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 ClearCacheResponse
impl Debug for ClearCacheResponse
Source§impl Default for ClearCacheResponse
impl Default for ClearCacheResponse
Source§fn default() -> ClearCacheResponse
fn default() -> ClearCacheResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClearCacheResponse
impl<'de> Deserialize<'de> for ClearCacheResponse
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 ClearCacheResponse
impl PartialEq for ClearCacheResponse
Source§impl Serialize for ClearCacheResponse
impl Serialize for ClearCacheResponse
impl StructuralPartialEq for ClearCacheResponse
Auto Trait Implementations§
impl Freeze for ClearCacheResponse
impl RefUnwindSafe for ClearCacheResponse
impl Send for ClearCacheResponse
impl Sync for ClearCacheResponse
impl Unpin for ClearCacheResponse
impl UnwindSafe for ClearCacheResponse
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