Struct rust_ocpp::v1_6::messages::stop_transaction::StopTransactionResponse
source · pub struct StopTransactionResponse {
pub id_tag_info: Option<IdTagInfo>,
}
Expand description
This contains the field definition of the TriggerMessage.req PDU sent by the Central System to the Charge Point. See also Trigger Message
Fields§
§id_tag_info: Option<IdTagInfo>
Optional. This contains information about authorization status, expiry and parent id. It is optional, because a transaction may have been stopped without an identifier.
Trait Implementations§
source§impl Clone for StopTransactionResponse
impl Clone for StopTransactionResponse
source§fn clone(&self) -> StopTransactionResponse
fn clone(&self) -> StopTransactionResponse
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 StopTransactionResponse
impl Debug for StopTransactionResponse
source§impl Default for StopTransactionResponse
impl Default for StopTransactionResponse
source§fn default() -> StopTransactionResponse
fn default() -> StopTransactionResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StopTransactionResponse
impl<'de> Deserialize<'de> for StopTransactionResponse
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 StopTransactionResponse
impl PartialEq for StopTransactionResponse
source§fn eq(&self, other: &StopTransactionResponse) -> bool
fn eq(&self, other: &StopTransactionResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for StopTransactionResponse
impl Serialize for StopTransactionResponse
impl StructuralPartialEq for StopTransactionResponse
Auto Trait Implementations§
impl Freeze for StopTransactionResponse
impl RefUnwindSafe for StopTransactionResponse
impl Send for StopTransactionResponse
impl Sync for StopTransactionResponse
impl Unpin for StopTransactionResponse
impl UnwindSafe for StopTransactionResponse
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