pub struct RemoteStopTransactionResponse {
pub status: RemoteStartStopStatus,
}
Expand description
This contains the field definitions of the RemoteStopTransactionResponse PDU sent from Charge Point to Central System. See also Remote Stop Transaction
Fields§
§status: RemoteStartStopStatus
Trait Implementations§
source§impl Clone for RemoteStopTransactionResponse
impl Clone for RemoteStopTransactionResponse
source§fn clone(&self) -> RemoteStopTransactionResponse
fn clone(&self) -> RemoteStopTransactionResponse
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 Default for RemoteStopTransactionResponse
impl Default for RemoteStopTransactionResponse
source§fn default() -> RemoteStopTransactionResponse
fn default() -> RemoteStopTransactionResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RemoteStopTransactionResponse
impl<'de> Deserialize<'de> for RemoteStopTransactionResponse
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<RemoteStopTransactionResponse> for RemoteStopTransactionResponse
impl PartialEq<RemoteStopTransactionResponse> for RemoteStopTransactionResponse
source§fn eq(&self, other: &RemoteStopTransactionResponse) -> bool
fn eq(&self, other: &RemoteStopTransactionResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.