Struct rust_ocpp::v1_6::messages::remote_stop_transaction::RemoteStopTransactionResponse
source · [−]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
sourceimpl Clone for RemoteStopTransactionResponse
impl Clone for RemoteStopTransactionResponse
sourcefn clone(&self) -> RemoteStopTransactionResponse
fn clone(&self) -> RemoteStopTransactionResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RemoteStopTransactionResponse
impl Debug for RemoteStopTransactionResponse
sourceimpl<'de> Deserialize<'de> for RemoteStopTransactionResponse
impl<'de> Deserialize<'de> for RemoteStopTransactionResponse
sourcefn 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
sourceimpl PartialEq<RemoteStopTransactionResponse> for RemoteStopTransactionResponse
impl PartialEq<RemoteStopTransactionResponse> for RemoteStopTransactionResponse
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &RemoteStopTransactionResponse) -> bool
fn ne(&self, other: &RemoteStopTransactionResponse) -> bool
This method tests for !=
.
impl StructuralPartialEq for RemoteStopTransactionResponse
Auto Trait Implementations
impl RefUnwindSafe for RemoteStopTransactionResponse
impl Send for RemoteStopTransactionResponse
impl Sync for RemoteStopTransactionResponse
impl Unpin for RemoteStopTransactionResponse
impl UnwindSafe for RemoteStopTransactionResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more