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 for RemoteStopTransactionResponse
impl PartialEq 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 ==
.impl StructuralPartialEq for RemoteStopTransactionResponse
Auto Trait Implementations§
impl Freeze for RemoteStopTransactionResponse
impl RefUnwindSafe for RemoteStopTransactionResponse
impl Send for RemoteStopTransactionResponse
impl Sync for RemoteStopTransactionResponse
impl Unpin for RemoteStopTransactionResponse
impl UnwindSafe for RemoteStopTransactionResponse
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