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